1clickVPN - Fast and Secure VPN

1clickVPN - Fast and Secure VPN

Simple VPN for browser with one click activation. Unblock websites and browse anonymous with secure VPN connection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_desc__",
  "version": "2.0.2",
  "background": {
    "scripts": [
      "/background.bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": "/icon-32.png",
    "default_popup": "/popup.html",
    "default_title": "__MSG_title__"
  },
  "default_locale": "en",
  "icons": {
    "32": "/icon-32.png",
    "64": "/icon-64.png",
    "128": "/icon-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "https://1clickvpn.net/api/",
    "*://*/*",
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}