Free VPN - 1VPN

Free VPN - 1VPN

Free VPN, Unlimited Data, Fast Speeds, Secure Encryption, No-Logs Policy, and Easy to Use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "short_name": "1VPN",
  "version": "3.2.0",
  "default_locale": "en",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "privacy",
    "alarms",
    "webRequestAuthProvider",
    "offscreen"
  ],
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}