Grayscale Bro Firefox

Examine source code of Grayscale Bro

By: xpmn
Inspect and view changes in Grayscale Bro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Grayscale Bro",
  "version": "0.6.2",
  "description": "Grayscale browsing",
  "homepage_url": "https://github.com/rewkha/firefox-grayscale",
  "icons": {
    "48": "icons/icon-dark.svg"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-dark.svg",
    "theme_icons": [
      {
        "light": "icons/icon-dark.svg",
        "dark": "icons/icon-light.svg",
        "size": 19
      }
    ],
    "default_popup": "popup/popup.html",
    "default_title": "Grayscale Bro"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "options_ui": {
    "browser_style": true,
    "page": "options/options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{90b8ecca-860a-4f1c-8476-e181df2cf635}"
    }
  }
}

Best Grayscale Bro Alternatives

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