{ "manifest_version": 2, "name": "KFRombi", "version": "0.1", "browser_specific_settings": { "gecko": { "id": "kfrombi@math.janko.fr" } }, "description": "Generates a directory of students with photos from online.uni-graz.at", "icons": { "48": "icons/icon-48.png" }, "content_scripts": [ { "matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx/wblvgrp.anmeldungen*"], "js": ["directory.js"], "css": ["directory.css"] } ] }