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,
|
||||
"name": "KF-Trombi",
|
||||
"version": "0.4",
|
||||
|
||||
"version": "0.4.1",
|
||||
"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/pl/ui/$ctx*/wblvgrp.anmeldungen*"],
|
||||
"js": ["directory.js"],
|
||||
"css": ["directory.css"]
|
||||
"matches": [
|
||||
"https://online.uni-graz.at/kfu_online/pl/ui/$ctx*/wblvgrp.anmeldungen*"
|
||||
],
|
||||
"js": [
|
||||
"directory.js"
|
||||
],
|
||||
"css": [
|
||||
"directory.css"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue