diff --git a/manifest_v2.json b/manifest_v2.json index 04a3785..c4a3f6d 100644 --- a/manifest_v2.json +++ b/manifest_v2.json @@ -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" + "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" + ] } ] - }