Cube Discord Colour

Cube Discord Colour

changes the colour of the discord thing on the cube site

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "action": {
    "default_popup": "options.html"
  },
  "name": "Cube Discord Colour",
  "version": "1.0.0",
  "description": "changes the colour of the discord thing on the cube site",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://cubecraft.net/*",
    "*://cubecraft.net/",
    "*://*.cubecraft.net/",
    "*://*.cubecraft.net/*"
  ],
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "*://cubecraft.net/*",
        "*://cubecraft.net/",
        "*://*.cubecraft.net/",
        "*://*.cubecraft.net/*"
      ],
      "js": [
        "edit.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}