AutoLog - Laurier

AutoLog - Laurier

Automatic login for LORIS, MyLearningSpace, and Navigator.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AutoLog - Laurier",
  "short_name": "AutoLog",
  "description": "Automatic login for LORIS, MyLearningSpace, and Navigator.",
  "version": "1.6",
  "permissions": [
    "tabs",
    "storage",
    "https://mylearningspace.wlu.ca/"
  ],
  "icons": {
    "16": "icons/gold_16.png",
    "48": "icons/gold_48.png",
    "128": "icons/gold_128.png"
  },
  "browser_action": {
    "default_icon": "gold_leaf.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://navigator.wlu.ca/login/student.htm",
        "https://loris.wlu.ca/ssb_prod/twbkwbis.P_ValLogin",
        "https://mylearningspace.wlu.ca/",
        "https://mylearningspace.wlu.ca/?failed=1&authCode=2",
        "https://mylearningspace.wlu.ca/d2l/home",
        "https://navigator.wlu.ca/myAccount/dashboard.htm",
        "https://navigator.wlu.ca/myAccount/co-op/overview.htm",
        "https://navigator.wlu.ca/myAccount/career/overview.htm",
        "https://navigator.wlu.ca/myAccount/career/postings.htm",
        "https://navigator.wlu.ca/myAccount/co-op/postings.htm",
        "https://loris.wlu.ca/ssb_prod/twbksrch.P_ShowResults",
        "https://idp.wlu.ca/*"
      ],
      "js": [
        "js/jquery-1.11.1.min.js",
        "js/autoLog.js"
      ],
      "css": [
        "css/insert.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "/common-background.png",
    "/laurier.jpg"
  ]
}