kf-trombi/manifest_v3.json

20 lines
416 B
JSON

{
"manifest_version": 3,
"name": "KF-Trombi",
"version": "0.3",
"description": "Generates a directory of students with photos from online.uni-graz.at",
"icons": {
"128": "icons/icon-128-padded.png"
},
"content_scripts": [
{
"matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx*/wblvgrp.anmeldungen*"],
"js": ["directory.js"],
"css": ["directory.css"]
}
]
}