bump version to please addons.mozilla.org

This commit is contained in:
Gaspard Jankowiak 2025-08-27 09:20:49 +02:00
commit 670609b6b7

View file

@ -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"
]
} }
] ]
} }