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.
|
|
|
{
|
|
|
|
"name": "Magister Auto-Login",
|
|
|
|
"version": "2.0",
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"https://accounts.magister.net/*",
|
|
|
|
"storage"
|
|
|
|
]
|
|
|
|
}
|