Focused - Website Blocker

Focused - Website Blocker

A free and open source website blocker. Now block those distracting websites and smash your goals!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Focused - Website Blocker",
  "version": "0.1.0",
  "description": "A free and open source website blocker. Now block those distracting websites and smash your goals!",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options/options.html",
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "static/images/icon/blocked_16x16.png",
      "32": "static/images/icon/blocked_32x32.png",
      "48": "static/images/icon/blocked_64x64.png",
      "128": "static/images/icon/blocked_128x128.png"
    }
  },
  "icons": {
    "16": "static/images/icon/blocked_16x16.png",
    "32": "static/images/icon/blocked_32x32.png",
    "48": "static/images/icon/blocked_64x64.png",
    "128": "static/images/icon/blocked_128x128.png"
  },
  "manifest_version": 2
}