VPN Plus - Best VPN for Chrome

VPN Plus - Best VPN for Chrome

VPN Plus - the best free Chrome VPN extension to hide IP and unblock websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "VPN Plus - Best VPN for Chrome",
  "description": "VPN Plus - the best free Chrome VPN extension to hide IP and unblock websites.",
  "version": "21.9",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "proxy"
  ],
  "action": {
    "default_icon": {
      "16": "images/shieldx32.png",
      "24": "images/shieldx32.png",
      "32": "images/shieldx32.png"
    },
    "default_title": "VPN Plus",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "shield_16.png",
    "48": "shield_48.png",
    "128": "shield_128.png"
  }
}