Incognito Adblocker

Incognito Adblocker

Superior and versatile adblock focused on your privacy. Stop the harassing and immensely-frustrating ads even in incognito mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "IncognitoAdblocker",
  "name": "__MSG_extName__",
  "description": "__MSG_extShortDesc__",
  "default_locale": "en",
  "version": "5.6.2",
  "author": "Incognito Adblocker & all uBlock Origin contributors",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon-19.png",
      "38": "img/icon-38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Incognito Adblocker"
  },
  "commands": {
    "launch-element-picker": {
      "description": "__MSG_popupTipPicker__"
    },
    "launch-element-zapper": {
      "description": "__MSG_popupTipZapper__"
    },
    "launch-logger": {
      "description": "__MSG_popupTipLog__"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/vapi.js",
        "/js/vapi-client.js",
        "/js/contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "/js/scriptlets/subscriber.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "19": "img/icon-19.png",
    "38": "img/icon-38.png",
    "128": "img/icon-128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "minimum_chrome_version": "45.0",
  "options_page": "dashboard.html",
  "options_ui": {
    "page": "options_ui.html"
  },
  "permissions": [
    "contextMenus",
    "privacy",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "storage": {
    "managed_schema": "managed_storage.json"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'; child-src *",
  "web_accessible_resources": [
    "/web_accessible_resources/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}