changes the page color

changes the page color

Change the current page color

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "changes the page color",
  "description": "Change the current page color",
  "version": "2.8",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Set this page's color.",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}