SetupVPN - Lifetime Free VPN

SetupVPN - Lifetime Free VPN

Unblock any blocked website in your country, school or company. It's free and easy to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "SetupVPN - Lifetime Free VPN",
  "short_name": "SetupVPN",
  "description": "Unblock any blocked website in your country, school or company. It's free and easy to use.",
  "version": "3.12.24",
  "browser_action": {
    "browser_style": false,
    "default_popup": "popup.html",
    "default_icon": "images/setupvpn-48-grey.png",
    "default_title": "SetupVPN"
  },
  "icons": {
    "128": "images/setupvpn-128.png"
  },
  "permissions": [
    "storage",
    "proxy",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs",
    "management"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}