AdAway - Free ad blocker

AdAway - Free ad blocker

The best ad blocker for Edge, Firefox & Edge. Block ads on YouTube, websites & enjoy an ad-free browsing experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icon-16_x_16.png",
      "32": "images/icon-32_x_32.png",
      "64": "images/icon-64_x_64.png",
      "128": "images/icon-128_x_128.png"
    },
    "default_popup": "views/popup.html",
    "default_title": "__MSG_name__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "helpers/vendors/jquery-3.3.1.min.js",
        "helpers/vendors/css.escape.js",
        "helpers/functions/element-collapser.js",
        "helpers/functions/css-hits-counter.js",
        "helpers/vendors/extended-css.js",
        "helpers/content/adguard-content.js",
        "helpers/content/common-script.js",
        "helpers/content/content-script.js",
        "helpers/content/wrappers.js",
        "helpers/content/preload.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "helpers/content/content-utils.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "fb.js"
      ],
      "matches": [
        "https://www.facebook.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "helpers/content/content-script.js",
        "helpers/content/i18n-helper.js",
        "helpers/content/helper/js/start-assistant.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "helpers/vendors/jquery-3.3.1.min.js",
        "helpers/views/thankyou.js"
      ],
      "matches": [
        "*://*.adguard.com/*/thankyou.html*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/icon-16_x_16.png",
    "32": "images/icon-32_x_32.png",
    "64": "images/icon-64_x_64.png",
    "128": "images/icon-128_x_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "options_ui": {
    "open_in_tab": true,
    "page": "views/options.html"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webNavigation",
    "storage",
    "contextMenus",
    "scripting",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "short_name": "__MSG_short_name__",
  "version": "1.9.6",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}