FocusBoost Firefox

Examine source code of FocusBoost

By: DAGA
Inspect and view changes in FocusBoost source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FocusBoost",
  "version": "1.0.0",
  "description": "Block distracting websites and track your focus sessions to boost productivity with customizable blocklists and session statistics.",
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "activeTab",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "FocusBoost Productivity Timer",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "blocked.html",
    "icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{05fa2de2-8df6-45c7-9476-4596c85d4243}"
    }
  }
}

Best FocusBoost Alternatives

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