MUSE login

MUSE login

Automatically log in to shef.ac.uk without typing your details!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MUSE login",
  "version": "0.1",
  "description": "Automatically log in to shef.ac.uk without typing your details!",
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "content_script.js"
      ],
      "matches": [
        "http://login.shef.ac.uk/*",
        "https://login.shef.ac.uk/*"
      ]
    }
  ],
  "permissions": [
    "declarativeContent",
    "storage"
  ],
  "icons": {
    "19": "icon-19.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon-19.png",
    "default_title": "Muse Login!",
    "default_popup": "default_page.html"
  },
  "manifest_version": 2
}