AdFighter- Faster,Safer & Smarter Ad Blocker

AdFighter- Faster,Safer & Smarter Ad Blocker

Faster, Safer & Smarter Ad Blocker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AdFighter- Faster,Safer & Smarter Ad Blocker",
  "short_name": "AdFighter",
  "version": "1.0.1",
  "description": "Faster, Safer & Smarter Ad Blocker",
  "icons": {
    "16": "images/16_logo.png",
    "48": "images/48_logo.png",
    "128": "images/128_logo.png"
  },
  "permissions": [
    "browsingData",
    "cookies",
    "http://*/*",
    "https://*/*",
    "history",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/19_logo.png",
      "38": "images/38_logo.png"
    },
    "default_title": "AdFighter",
    "default_popup": "html/adfighter.html"
  },
  "background": {
    "page": "html/background.html"
  },
  "content_security_policy": "script-src 'self' https://theadfighter.com/;  object-src 'self'"
}