Koch VPN

Koch VPN

Koch VPN Proxy Switcher

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Koch VPN",
  "description": "Koch VPN Proxy Switcher",
  "version": "0.0.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webRequestAuthProvider",
    "webRequest",
    "declarativeNetRequest",
    "proxy"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [],
  "action": {
    "default_popup": "index.html",
    "default_title": "KOCH VPN"
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  }
}