Daymap Graphics

Daymap Graphics

Daymap is currently plain and boring. With Daymap Graphics, customise colour, transparency, blurred background, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Daymap Graphics",
  "version": "7.5.2",
  "description": "Daymap is currently plain and boring. With Daymap Graphics, customise colour, transparency, blurred background, and more!",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.daymap.net/*",
        "*://*.sa.edu.au/daymap"
      ],
      "js": [
        "daymapGraphics.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "headerMenus.js"
      ],
      "matches": [
        "*://*.daymap.net/*"
      ]
    }
  ],
  "icons": {
    "128": "128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}