Site Blocker

Site Blocker

Stay focused and let block site automatically blocks websites of your choice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Site Blocker",
  "description": "Stay focused and let block site automatically blocks websites of your choice.",
  "version": "1.0.1",
  "icons": {
    "16": "assets/images/16.png",
    "48": "assets/images/48.png",
    "128": "assets/images/128.png"
  },
  "background": {
    "scripts": [
      "assets/js/lib/jquery-3.2.1.min.js",
      "assets/js/lib/constant.js",
      "assets/js/service/blockedUrlsService.js",
      "assets/js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": "assets/images/icon.png",
    "default_popup": "view/login.html",
    "default_title": "Site Blocker"
  }
}