Web Guardian

Web Guardian

Protect your browser and personal information with Web Guardian

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Web Guardian",
  "manifest_version": 2,
  "version": "1.3",
  "description": "Protect your browser and personal information with Web Guardian",
  "background": {
    "scripts": [
      "vendor/browser-polyfill.min.js",
      "vendor/jsencrypt.min.js",
      "utils/tlds.js",
      "js/background-scripts/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": "assets/icons/19.png",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "assets/icons/16.png",
    "48": "assets/icons/48.png",
    "128": "assets/icons/128.png"
  },
  "web_accessible_resources": [
    "blocking-iframe/blocking-iframe.html",
    "consent-screen/data-control.html"
  ]
}