DotVPN: Fast & Private VPN

DotVPN: Fast & Private VPN

DotVPN improves your browsing, bringing VPN with privacy and lightning-fast access to any website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "version": "2.7.8",
  "minimum_chrome_version": "88",
  "permissions": [
    "proxy",
    "webRequest",
    "management",
    "background",
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "optional_permissions": [
    "privacy"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.dotvpn.com/*"
    ]
  },
  "background": {
    "service_worker": "js/worker.js"
  },
  "action": {
    "default_icon": {
      "16": "i/icons/16/logo-inactive.png",
      "32": "i/icons/32/logo-inactive.png"
    },
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/upgrade.html",
        "/popup.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/i/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "i/icons/icon16.png",
    "32": "i/icons/icon32.png",
    "48": "i/icons/icon48.png",
    "128": "i/icons/icon128.png"
  },
  "default_locale": "en"
}