FVP Free Vpn Proxy

FVP Free Vpn Proxy

FVP FREE VPN Proxy For chrome extension is a free and no user registration.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en_US",
  "browser_action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png"
    },
    "default_popup": "data/panel/index.html"
  },
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "data/icons/16.png",
    "48": "data/icons/48.png",
    "128": "data/icons/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "<all_urls>"
  ],
  "short_name": "FreeVpn",
  "version": "11.00.01.01",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}