Forca — Focus Mode Blocker Firefox

Examine source code of Forca — Focus Mode Blocker

By: 3iik Add-on
Inspect and view changes in Forca — Focus Mode Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Forca — Focus Mode Blocker",
  "version": "2.1.2",
  "description": "Blocks distracting websites during Forca focus zones via WebSocket sync with the Forca desktop app.",
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "blocked/blocked.html",
        "blocked/blocked.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "forca-focus@forca.app",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Forca — Focus Mode Blocker Alternatives

Here are some Firefox add-ons that are similar to Forca — Focus Mode Blocker: