ValeVPN Proxy

ValeVPN Proxy

ValeVPN Proxy Extension for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.3",
  "name": "ValeVPN Proxy",
  "description": "ValeVPN Proxy Extension for Chrome",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {}
  },
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "host_permissions": [
    "https://secure.valevpn.com/*",
    "https://secure.valevpn.com/*",
    "http://fonts.googleapis.com/*",
    "https://fonts.googleapis.com/*"
  ],
  "permissions": [
    "storage",
    "alarms",
    "background",
    "proxy"
  ]
}