VPN99 — fast secure VPN

VPN99 — fast secure VPN

VPN99 is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "VPN99 — fast secure VPN",
  "version": "4.2.9",
  "description": "VPN99 is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.",
  "icons": {
    "16": "images/icons/icon16.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "128": "images/icons/icon128.png"
    },
    "default_popup": "pages/popup.html",
    "default_title": "VPN99"
  },
  "permissions": [
    "tabs",
    "proxy",
    "storage",
    "privacy",
    "webRequest",
    "notifications",
    "alarms",
    "cookies",
    "webRequestAuthProvider",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "pages/background.js"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}