Focus Block

Focus Block

😵 After spending hours on Youtube, Twitter, or Facebook while "working", it's time to take control of your browsing habits!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Focus Block",
  "version": "1.01",
  "description": "😵 After spending hours on Youtube, Twitter, or Facebook while \"working\", it's time to take control of your browsing habits!",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Focus Block"
  },
  "icons": {
    "128": "/images/cube.png"
  }
}