Free VPN for Chrome by 1clickVPN

Free VPN for Chrome by 1clickVPN

The simplest VPN for Chrome with one click activation. Unblock websites and browse anonymously with a secure VPN connection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_desc__",
  "version": "2.0.9",
  "background": {
    "service_worker": "/background.bundle.js"
  },
  "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": 3,
  "name": "__MSG_name__",
  "permissions": [
    "alarms",
    "webRequest",
    "proxy",
    "storage",
    "webRequestAuthProvider"
  ],
  "host_permissions": [
    "*://*/*",
    "https://1clickvpn.net/api/"
  ]
}