S4T Aesop SSO

S4T Aesop SSO

Enables TheSource to populate Aesop login

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "S4T Aesop SSO",
  "description": "Enables TheSource to populate Aesop login",
  "version": "16",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://vortex-win.data.microsoft.com/*",
        "https://www.aesoponline.com/navigator/*",
        "https://login.frontlineeducation.com/*",
        "http://thesource5.source4teachers.com/*",
        "https://thesource.source4teachers.com/*",
        "https://thesource.ess.com/*",
        "http://sourceqa.source4teachers.com/*",
        "http://localhost:50567/*"
      ],
      "run_at": "document_end",
      "js": [
        "contentscript.js"
      ]
    }
  ]
}