Simple Grayscale Firefox

Examine source code of Simple Grayscale

Inspect and view changes in Simple Grayscale source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Simple Grayscale",
  "description": "A simple grayscale extension",
  "version": "1.0",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/simple-grayscale-16.png",
      "48": "icons/simple-grayscale-48.png",
      "128": "icons/simple-grayscale-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "simple-grayscale@example.com"
    }
  }
}

Best Simple Grayscale Alternatives

Here are some Firefox add-ons that are similar to Simple Grayscale: