27 lines
547 B
JSON
27 lines
547 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "KF-Trombi",
|
|
"version": "0.7.0",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "kf-trombi@math.janko.fr"
|
|
}
|
|
},
|
|
"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/wblvgrp.anmeldungen*"
|
|
],
|
|
"js": [
|
|
"directory.js"
|
|
],
|
|
"css": [
|
|
"directory.css"
|
|
]
|
|
}
|
|
]
|
|
}
|