Focus - Productivity Boost, Website Blocker Firefox

Examine source code of Focus - Productivity Boost, Website Blocker

Inspect and view changes in Focus - Productivity Boost, Website Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Focus - Productivity Boost, Website Blocker",
  "description": "Block websites and improve your focus",
  "version": "1.3",
  "manifest_version": 3,
  "action": {
    "default_popup": "/templates/popup.html",
    "default_icon": "/static/icons/extension_icon128.png"
  },
  "icons": {
    "16": "/static/icons/extension_icon16.png",
    "32": "/static/icons/extension_icon32.png",
    "48": "/static/icons/extension_icon48.png",
    "128": "/static/icons/extension_icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "./content-script/redirect-blocked.js"
      ],
      "type": "module",
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/templates/blocked-page.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "juan3.manuelbarreto@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Focus - Productivity Boost, Website Blocker Alternatives

Here are some Firefox add-ons that are similar to Focus - Productivity Boost, Website Blocker: