FocusBlocker (New)

FocusBlocker (New)

Block websites for a given time to help you focus on work/study. Using a 'browser 10 min then block 50 min' approach This addon uses the new WebExtension format so it's compatiable with Firefox 57+

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "FocusBlocker",
  "version": "0.2.4resigned1",
  "icons": {
    "16": "/data/noicon-16.png",
    "128": "/data/noicon-128.png"
  },
  "description": "Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers",
  "permissions": [
    "<all_urls>",
    "alarms",
    "notifications",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}