AdGuard VPN — free & secure proxy

AdGuard VPN — free & secure proxy

Use AdGuard VPN to surf the Internet fast, safely, and securely. Protect your privacy and stay anonymous with our private VPN proxy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "author": "Adguard Software Ltd",
  "version": "2.2.15",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "assets/images/icons/enabled-16.png",
    "128": "assets/images/icons/enabled-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/oauth.html?adguard-vpn=1*"
      ],
      "js": [
        "auth.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "custom-dns-links.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "management",
    "notifications",
    "privacy",
    "proxy",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking"
  ],
  "manifest_version": 2,
  "minimum_chrome_version": "66.0",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "19": "assets/images/icons/disabled-19.png",
      "38": "assets/images/icons/disabled-38.png"
    },
    "default_title": "__MSG_name__",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}