Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/json.schemastore.org\/chrome-manifest", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "3.13.1", "default_locale": "nl", "icons": { "16": "icons\/[email protected]", "32": "icons\/[email protected]", "48": "icons\/[email protected]", "64": "icons\/[email protected]", "128": "icons\/[email protected]", "256": "icons\/[email protected]", "300": "icons\/[email protected]", "512": "icons\/[email protected]" }, "minimum_chrome_version": "109", "background": { "service_worker": "src\/service-worker.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.magister.net\/*", "*:\/\/login.microsoftonline.com\/*\/oauth2\/authorize*" ], "js": [ "src\/scripts\/api.js", "src\/scripts\/util.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.magister.net\/*" ], "js": [ "src\/scripts\/style.js" ], "css": [ "src\/styles\/main.css", "src\/styles\/gamification.css", "src\/styles\/today.css", "src\/styles\/grades.css", "src\/styles\/studyguide.css" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.magister.net\/magister\/*" ], "js": [ "src\/scripts\/main.js", "src\/scripts\/gamification.js", "src\/scripts\/today.js", "src\/scripts\/grades.js", "src\/scripts\/studyguide.js", "src\/scripts\/books.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/accounts.magister.net\/account\/login*" ], "js": [ "src\/scripts\/login.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/login.microsoftonline.com\/*\/oauth2\/authorize*" ], "js": [ "src\/scripts\/microsoft-login.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "src\/strings\/nl.json", "src\/strings\/en.json", "src\/strings\/fr.json", "src\/strings\/de.json", "src\/strings\/sv.json", "src\/strings\/la.json" ], "matches": [ "*:\/\/*.magister.net\/*" ] } ], "action": { "default_icon": { "16": "icons\/[email protected]", "32": "icons\/[email protected]", "48": "icons\/[email protected]", "64": "icons\/[email protected]", "128": "icons\/[email protected]", "256": "icons\/[email protected]", "300": "icons\/[email protected]", "512": "icons\/[email protected]" }, "default_popup": "popup\/dist\/index.html?type=popup", "default_title": "__MSG_appName__\nKlik om te configureren" }, "options_page": "popup\/dist\/index.html?type=page", "options_ui": { "page": "popup\/dist\/index.html?type=options", "open_in_tab": true }, "permissions": [ "storage", "webRequest" ], "host_permissions": [ "*:\/\/*.magister.net\/*" ] }