Toggle Website Colors (Tab) Firefox

Examine source code of Toggle Website Colors (Tab)

Inspect and view changes in Toggle Website Colors (Tab) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toggle Website Colors (Tab)",
  "version": "2.4.1",
  "description": "__MSG_extensionDescription__",
  "applications": {
    "gecko": {
      "id": "{d9d33933-40dc-4da1-8dc5-5b0449ce7d46}",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "24": "icons/colors_on.svg",
    "32": "icons/colors_on.svg",
    "50": "icons/colors_on.svg"
  },
  "homepage_url": "https://github.com/M-Reimer/togglewebsitecolors",
  "author": "Manuel Reimer",
  "background": {
    "scripts": [
      "storage.js",
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "19": "icons/colors_on.svg",
      "38": "icons/colors_on.svg"
    },
    "default_title": "Toggle Website Colors",
    "browser_style": true
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "commands": {
    "_execute_page_action": {}
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "<all_urls>",
    "storage"
  ],
  "default_locale": "en"
}

Best Toggle Website Colors (Tab) Alternatives

Here are some Firefox add-ons that are similar to Toggle Website Colors (Tab):