X-VPN - Fast and Stable | Secure VPN Proxy

X-VPN - Fast and Stable | Secure VPN Proxy

X-VPN, the Fastest and most secure VPN Proxy for Chrome. Surf privately and securely with 5000+ servers and 50+ Locations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "15.0",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "static/images/logo_ON16.png",
    "32": "static/images/logo_ON32.png",
    "48": "static/images/logo_ON48.png",
    "128": "static/images/logo_ON128.png"
  },
  "browser_action": {
    "default_icon": "static/images/logo_OFF128.png",
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.main.js"
    ]
  },
  "permissions": [
    "proxy",
    "*://*/",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "management"
  ]
}