Color backgroud Firefox

Examine source code of Color backgroud

Inspect and view changes in Color backgroud source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Background Color Changer",
  "version": "1.0",
  "description": "An extension that helps change the background color of a webpage.",
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "stephendelee6210@gmail.com"
    }
  }
}

Best Color backgroud Alternatives

Here are some Firefox add-ons that are similar to Color backgroud: