VPN Master Pro Apk, Connect Anywhere

VPN Master Pro Apk, Connect Anywhere

VPN Master Pro Apk is available in the chrome web store, just install it and learn ho you use it on PC

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VPN Master Pro Apk, Connect Anywhere",
  "default_locale": "en_US",
  "description": "VPN Master Pro Apk is available in the chrome web store, just install it and learn ho you use it on PC",
  "version": "9.0.2",
  "icons": {
    "16": "logo/logo-16.png",
    "32": "logo/logo-32.png",
    "128": "logo/logo-128.png"
  },
  "browser_action": {
    "default_title": "VPN Download For PC Chrome",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "service-worker.js"
    ]
  }
}