PrivateVPN

PrivateVPN

PrivateVPN offers the highest levels of security and privacy, stable connections from anywhere in the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "PrivateVPN",
  "name": "PrivateVPN",
  "description": "PrivateVPN offers the highest levels of security and privacy, stable connections from anywhere in the world.",
  "version": "1.0.2",
  "manifest_version": 3,
  "icons": {
    "16": "icons/pvpn.png",
    "48": "icons/pvpn.png",
    "128": "icons/pvpn.png"
  },
  "background": {
    "service_worker": "./background.js",
    "type": "module"
  },
  "minimum_chrome_version": "92",
  "action": {
    "default_popup": "./popup.html",
    "default_title": "Open the popup"
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestAuthProvider",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}