Focus Mode Firefox

Examine source code of Focus Mode

By: Nohu90
Inspect and view changes in Focus Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Focus Mode",
  "version": "1.0",
  "description": "Chặn các trang web gây sao nhãng để bạn tập trung làm việc hơn.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Focus Mode"
  },
  "options_ui": {
    "page": "block.html",
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "id": "focusmode@example.com"
    }
  }
}

Best Focus Mode Alternatives

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