kf-trombi/manifest_v2.json

28 lines
587 B
JSON
Raw Normal View History

2024-10-02 14:46:43 +02:00
{
"manifest_version": 2,
2024-10-02 19:22:48 +02:00
"name": "KF-Trombi",
2024-10-04 13:32:54 +02:00
"version": "0.3",
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": [
{
2024-10-25 12:56:02 +02:00
"matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx*/wblvgrp.anmeldungen*"],
2024-10-02 14:46:43 +02:00
"js": ["directory.js"],
"css": ["directory.css"]
}
]
}