Adblock Unlimited - block ads & browse safe

Adblock Unlimited - block ads & browse safe

Get rid of any ads easily and make the your web cleaner!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "libs/jquery-3.1.1.min.js",
      "libs/async.js",
      "extensions/exclusionlist.js",
      "libs/polyfills/url.js",
      "libs/polyfills/promise.js",
      "libs/polyfills/fetch.js",
      "extensions/common.js",
      "extensions/xml2json.js",
      "extensions/background.js",
      "libs/compat.js",
      "libs/info.js",
      "libs/publicSuffixList.js",
      "libs/adblockplus.js",
      "libs/sha1.js",
      "libs/jsbn.js",
      "libs/rsa.js",
      "js/messageResponder.js",
      "domain/js/ls-utils.js",
      "domain/js/commonJS.js",
      "domain/js/globalconstent.js",
      "domain/js/LSEDBJS.js",
      "domain/js/LSNetwork.js",
      "extensions/Checkforupdates.js",
      "js/background.js",
      "js/new_bg.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/abp-32.png",
      "19": "images/abp-16.png",
      "32": "images/abp-32.png",
      "38": "images/abp-16.png",
      "64": "images/abp-64.png",
      "128": "images/128.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "Adblocker Unlimited"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "extensions/common.js",
        "extensions/content.js",
        "js/cssProperties.js",
        "js/include.preload.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "js/include.postload.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "extensions/jquery.min.js",
        "domain/js/globalconstent.js",
        "domain/js/LSNetwork.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/abp-32.png",
    "32": "images/abp-32.png",
    "64": "images/abp-64.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "29.0",
  "name": "__MSG_name__",
  "options_page": "html/options.html",
  "devtools_page": "html/devtools.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "omnibox": {
    "keyword": "bsa"
  },
  "short_name": "Adblocker",
  "storage": {
    "managed_schema": "managed-storage-schema.json"
  },
  "version": "1.0.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}