WATCHFUL PROTECTOR

WATCHFUL PROTECTOR

We live in an age in which online distractions are everywhere. We all know there are much more important things than what your…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WATCHFUL PROTECTOR",
  "author": "William Bryk",
  "version": "1",
  "browser_action": {
    "default_icon": "HAL.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "chrome://favicon/"
  ],
  "incognito": "spanning",
  "sandbox": {
    "pages": [
      "Statistics.html"
    ]
  },
  "manifest_version": 2
}