Time Snatch - Block Websites with Timers

Time Snatch - Block Websites with Timers

Block websites, control your browsing patterns and beat procrastination.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Time Snatch - Block Websites with Timers",
  "short_name": "Time Snatch",
  "version": "2.1.2",
  "description": "Block websites, control your browsing patterns and beat procrastination.",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "action": {
    "defualt_icon": "images/logo16.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "scripts/controller.js"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs"
  ]
}