Theme Update

Theme Update

Update the current website theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/rainbow-7-16.png",
    "32": "images/rainbow-7-32.png",
    "48": "images/rainbow-7-48.png",
    "128": "images/rainbow-7-128.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}