HyperFocus Firefox

Examine source code of HyperFocus

Inspect and view changes in HyperFocus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.1.0",
  "name": "HyperFocus",
  "author": "NeoLight1010",
  "description": "Disable distracting websites. Enter full focus.",
  "browser_specific_settings": {
    "gecko": {
      "id": "focusmode@neolight.com"
    }
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "browser_action": {
    "default_popup": "pages/popup/default_popup.html"
  },
  "options_ui": {
    "page": "pages/settings/settings.html"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "web_accessible_resources": [
    "pages/**/*.html",
    "pages/**/*.js",
    "background/background.js",
    "lib/**/*",
    "popup/default_popup.js"
  ]
}

Best HyperFocus Alternatives

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