Monochromate - The Best Greyscale Extension Firefox

Examine source code of Monochromate - The Best Greyscale Extension

Inspect and view changes in Monochromate - The Best Greyscale Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Monochromate - The Best Grayscale Extension",
  "description": "Transform your web browsing with grayscale filter, site exclusions, and scheduling to reduce digital distractions doomscrolling",
  "version": "1.5.3",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "alarms",
    "commands"
  ],
  "commands": {
    "toggle_greyscale": {
      "suggested_key": {
        "default": "Alt+M",
        "mac": "Alt+M"
      },
      "description": "Toggle Monochromate on/off"
    },
    "quick_toggle_blacklist": {
      "suggested_key": {
        "default": "Alt+B",
        "mac": "Alt+B"
      },
      "description": "Quick toggle current website blacklist"
    },
    "increase_intensity": {
      "suggested_key": {
        "default": "Alt+Shift+Right",
        "mac": "Alt+Shift+Right"
      },
      "description": "Increase greyscale intensity"
    },
    "decrease_intensity": {
      "suggested_key": {
        "default": "Alt+Shift+Left",
        "mac": "Alt+Shift+Left"
      },
      "description": "Decrease greyscale intensity"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Monochromate",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cdf4f419-70fa-491b-abcb-14bc1ad3d36f}"
    }
  }
}

Best Monochromate - The Best Greyscale Extension Alternatives

Here are some Firefox add-ons that are similar to Monochromate - The Best Greyscale Extension: