Vexel VPN

Vexel VPN

Vexel VPN extension for Chrome browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vexel VPN",
  "version": "1.0",
  "description": "Vexel VPN extension for Chrome browser",
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "index.html",
    "default_title": "Vexel VPN"
  },
  "icons": {
    "128": "images/logo.png"
  },
  "permissions": [
    "proxy",
    "activeTab",
    "storage",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/components/storage.service.js",
      "js/components/auth.service.js",
      "js/components/proxy.service.js",
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2
}