WikiVPN - Free VPN

WikiVPN - Free VPN

Free and secure browsing with our free VPN extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "WikiVPN",
  "description": "__MSG_extDesc__",
  "author": "__MSG_extName__",
  "version": "1.3.3",
  "default_locale": "en",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestAuthProvider"
  ],
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "host_permissions": [
    "<all_urls>"
  ]
}