Background Color Changer

Background Color Changer

Changes the background Color, Rotate page options included

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Background Color Changer",
  "version": "1.0.0",
  "description": "Changes the background Color, Rotate page options included",
  "icons": {
    "16": "icons16.png",
    "48": "icons48.png",
    "128": "icons128.png"
  },
  "action": {
    "default_icon": "icons48.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "scripting",
    "tabs",
    "activeTab",
    "background",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}