VeeeVPN - #1 VPN Proxy Extension for Chrome

VeeeVPN - #1 VPN Proxy Extension for Chrome

Download Veee VPN - the world’s #1 VPN Chrome extension for total privacy and security

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VeeeVPN - #1 VPN Proxy Extension for Chrome",
  "version": "3.2",
  "description": "Download Veee VPN - the world’s #1 VPN Chrome extension for total privacy and security",
  "default_locale": "en",
  "permissions": [
    "proxy",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "management"
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "",
    "default_icon": {
      "16": "images/logo-16.png",
      "32": "images/logo-32.png",
      "48": "images/logo-48.png",
      "128": "images/logo-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "images/logo-16.png",
    "32": "images/logo-32.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "manifest_version": 2,
  "short_name": "Web Proxy"
}