2024-10-02 14:46:43 +02:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
2024-10-02 19:22:48 +02:00
|
|
|
"name": "KF-Trombi",
|
2024-10-02 20:02:58 +02:00
|
|
|
"version": "0.2",
|
2024-10-02 14:46:43 +02:00
|
|
|
|
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
2024-10-02 19:22:48 +02:00
|
|
|
"id": "kf-trombi@math.janko.fr",
|
2024-10-02 17:41:32 +02:00
|
|
|
"update_url": "https://gaspard.janko.fr/s/firefox-add-ons/updates.json"
|
2024-10-02 14:46:43 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"description": "Generates a directory of students with photos from online.uni-graz.at",
|
|
|
|
|
|
|
|
"icons": {
|
2024-10-03 13:30:51 +02:00
|
|
|
"128": "icons/icon-128-padded.png"
|
2024-10-02 14:46:43 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx/wblvgrp.anmeldungen*"],
|
|
|
|
"js": ["directory.js"],
|
|
|
|
"css": ["directory.css"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|