SetupVPN Lifetime Free VPN

SetupVPN Lifetime Free VPN

Unblock any blocked website in your country, school or company. SetupVPN changes your IP address and location with just single click! It's free and easy to use. Setup your VPN now.

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"
    ]
  },
  "applications": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "@setupvpncom"
    }
  }
}