You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Magister-Auto-Login/manifest.json

30 lines
657 B

4 years ago
{
"name": "Magister Auto-Login",
4 years ago
"version": "2.0",
4 years ago
"manifest_version": 2,
"description": "Auto-Login for Magister 6 webapp.",
"options_page": "options/index.html",
"homepage_url": "http://mb-o.nl/autologin",
"background": {
"scripts": [
"js/background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Auto-login",
"default_popup": "/popup/index.html"
},
"icons": {
"16": "/icons/16x.png",
"32": "/icons/32x.png",
"48": "/icons/48x.png",
"128": "/icons/128x.png",
"256": "/icons/256x.png"
},
4 years ago
"permissions": [
"https://accounts.magister.net/*",
"storage"
]
}