WebWall - Internet Security & Privacy Safety

WebWall - Internet Security & Privacy Safety

WebWall is the best internet security and internet privacy safety protection available. It blocks trackers, threats, and much more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WebWall - Internet Security & Privacy Safety",
  "version": "1.0.17",
  "description": "WebWall is the best internet security and internet privacy safety protection available. It blocks trackers, threats, and much more.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png",
    "256": "images/icon-256.png"
  },
  "background": {
    "scripts": [
      "psl.js",
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "embed.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "24": "images/icon-32.png",
      "32": "images/icon-32.png"
    },
    "default_title": "WebWall",
    "default_popup": "index.html"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "*"
  ]
}