Keystone Timetable Popup

Keystone Timetable Popup

View your Keystone Timetable in Popup. Made by Coozywana

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Keystone Timetable Popup",
  "description": "View your Keystone Timetable in Popup. Made by Coozywana",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "Icon.png",
    "default_popup": "popup.html",
    "default_title": "Keystone Timetable Popup"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}