Free Vpn | Premium VIP VPN

Free Vpn | Premium VIP VPN

Free Vpn | Premium VIP VPN. Private fast VPN. Single-user Premium Fast VPN.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en_US",
  "action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png"
    },
    "default_popup": "data/panel/index.html",
    "default_title": "Free Vpn"
  },
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "data/icons/16.png",
    "48": "data/icons/48.png",
    "128": "data/icons/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "data/icons/32.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://newapptome.com/*",
    "http://api.ipify.org/*",
    "*://*/*"
  ],
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "proxy",
    "unlimitedStorage",
    "storage",
    "webRequest",
    "webRequestAuthProvider"
  ],
  "short_name": "FreeVpn",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.1"
}