Undistract Firefox

Examine source code of Undistract

By: Helios
Inspect and view changes in Undistract source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Undistract",
  "version": "0.6.1",
  "description": "Browse in grayscale. Stop the vicious cycle of endless distractions.",
  "homepage_url": "https://github.com/HydRen-fr/undistract_addon",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "theme_icons": [
      {
        "light": "icons/icon-48.png",
        "dark": "icons/icon-48.png",
        "size": 19
      }
    ],
    "default_popup": "popup/popup.html",
    "default_title": "Undistract"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{12d979ee-0b96-4c90-9dff-afde5df8a69b}"
    }
  }
}

Best Undistract Alternatives

Here are some Firefox add-ons that are similar to Undistract: