Realtime Page Colour changer

Realtime Page Colour changer

It Changes the Realtime colour of pages on the Web. You can Change Multiple Colours.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Realtime Page Colour changer",
  "description": "It Changes the Realtime colour of pages on the Web. You can Change Multiple Colours.",
  "version": "1.0",
  "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"
}