kf-trombi/manifest.json
2024-10-02 17:41:32 +02:00

27 lines
572 B
JSON

{
"manifest_version": 2,
"name": "KFRombi",
"version": "0.1",
"browser_specific_settings": {
"gecko": {
"id": "kfrombi@math.janko.fr"
"update_url": "https://gaspard.janko.fr/s/firefox-add-ons/updates.json"
}
},
"description": "Generates a directory of students with photos from online.uni-graz.at",
"icons": {
"48": "icons/icon-48.png"
},
"content_scripts": [
{
"matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx/wblvgrp.anmeldungen*"],
"js": ["directory.js"],
"css": ["directory.css"]
}
]
}