itslearning in Chromebook

itslearning in Chromebook

Log in to itslearning from a Chromebook.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en_GB",
  "version": "3.0",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://localhost.com/*",
      "*://*.itslearning.com/*"
    ]
  },
  "icons": {
    "128": "128.png"
  }
}