bump version to please addons.mozilla.org
This commit is contained in:
parent
d16518d5bf
commit
670609b6b7
1 changed files with 12 additions and 11 deletions
|
|
@ -1,26 +1,27 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "KF-Trombi",
|
"name": "KF-Trombi",
|
||||||
"version": "0.4",
|
"version": "0.4.1",
|
||||||
|
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "kf-trombi@math.janko.fr"
|
"id": "kf-trombi@math.janko.fr"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"description": "Generates a directory of students with photos from online.uni-graz.at",
|
"description": "Generates a directory of students with photos from online.uni-graz.at",
|
||||||
|
|
||||||
"icons": {
|
"icons": {
|
||||||
"128": "icons/icon-128-padded.png"
|
"128": "icons/icon-128-padded.png"
|
||||||
},
|
},
|
||||||
|
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx*/wblvgrp.anmeldungen*"],
|
"matches": [
|
||||||
"js": ["directory.js"],
|
"https://online.uni-graz.at/kfu_online/pl/ui/$ctx*/wblvgrp.anmeldungen*"
|
||||||
"css": ["directory.css"]
|
],
|
||||||
|
"js": [
|
||||||
|
"directory.js"
|
||||||
|
],
|
||||||
|
"css": [
|
||||||
|
"directory.css"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue