Tweaks Web Protection

Tweaks Web Protection

Surf the web without fearing malware

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tweaks Web Protection",
  "description": "Surf the web without fearing malware",
  "version": "1.0.11",
  "browser_action": {
    "default_icon": {
      "19": "logo/logo-19.png",
      "38": "logo/logo-38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Tweaks Web Protection"
  },
  "icons": {
    "16": "logo/logo-16.png",
    "32": "logo/logo-32.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery.min.js",
      "js/CommonHelper.js",
      "js/CallClasses.js",
      "js/domainParse.js",
      "js/db.js",
      "js/pako.min.js",
      "js/bloomFilter.js",
      "js/bloomhelper.js",
      "js/defiant.min.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "block/*"
  ]
}