Smart site blocker

Smart site blocker

Block access to certain websites with access codes and a schedule.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "pages/settings-access/settings-access.html",
  "description": "__MSG_description__",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "pages/block-page/*",
    "lib/*",
    "images/*"
  ],
  "version": "1.2.3"
}