Opulence

Opulence

You can make the current page background Red

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Opulence",
  "description": "You can make the current page background Red",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Opulence"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}