Custom Background Color Firefox

Examine source code of Custom Background Color

Inspect and view changes in Custom Background Color source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Background Color",
  "version": "1.2",
  "description": "Change the background color of web pages",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4cbf0722-fed5-4dab-954d-77a979dd2636}"
    }
  }
}

Best Custom Background Color Alternatives

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