Magister Auto-Login

Magister Auto-Login

Auto-Login for Magister 6 webapp.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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"
  ]
}