Grayscale Manager Firefox

Examine source code of Grayscale Manager

Inspect and view changes in Grayscale Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Site Grayscale Manager",
  "description": "Grayscale only the sites you choose in Firefox.",
  "version": "1.2.0",
  "permissions": [
    "storage",
    "tabs",
    "alarms"
  ],
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg",
    "128": "icons/icon-128.svg"
  },
  "browser_action": {
    "default_title": "Site Grayscale Manager",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "grayscale-manager@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {}
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Grayscale Manager Alternatives

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