UCLA Automated Login

UCLA Automated Login

Tired of entering your UCLA logon ID and username every single time? Install the UCLA Automated Login! By clicking the icon after…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "UCLA Automated Login",
  "version": "2.0.1",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/ucla128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "https://*/*"
  ],
  "options_page": "optionPage.html",
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_title": "UCLA Automated Login",
    "default_popup": "options.html"
  }
}