FastestVPN Proxy for Microsoft Edge

FastestVPN is built on the cutting-edge VPN technology to deliver unmatched security and performance.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "FastestVPN Proxy for Microsoft Edge",
  "short_name": "FastestVPN",
  "version": "2.0.0",
  "description": "FastestVPN is built on the cutting-edge VPN technology to deliver unmatched security and performance.",
  "default_locale": "en",
  "action": {
    "default_icon": "images/icon16.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "declarativeNetRequest",
    "webRequestAuthProvider",
    "webRequest",
    "privacy"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}