VPNTYPE - Free VPN еxtension Google Chrome

VPNTYPE - Free VPN еxtension Google Chrome

Download the best free VPNTYPE extension for browser Google Chrome for PC - Secure Private & unblock any website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.0.3",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "proxy",
    "management"
  ],
  "host_permissions": [
    "https://vpntype.com/",
    "https://api.ipify.org/"
  ],
  "background": {
    "service_worker": "js/app.js",
    "type": "module"
  }
}