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.1",
  "default_locale": "en",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "privacy",
    "alarms",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "91.1.0"
    }
  }
}