Themed Daymap

Themed Daymap

Make Daymap look modern with this theme!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Themed Daymap",
  "description": "Make Daymap look modern with this theme!",
  "version": "0.2",
  "content_scripts": [
    {
      "matches": [
        "*://daymap.brightonss.sa.edu.au/daymap/student/dayplan.aspx*"
      ],
      "js": [
        "Shared/Daymapped.js",
        "Pages/Plan/Plan.js"
      ],
      "css": [
        "Shared/style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://daymap.brightonss.sa.edu.au/*"
      ],
      "resources": [
        "Pages/Plan/Plan.html",
        "Shared/Vendors/Calendar/Calendar.min.js"
      ]
    }
  ]
}