Examine source code of Browser VPN - Free and unlimited VPN proxy

Inspect and view changes in Browser VPN - Free and unlimited VPN proxy source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "permissions": [
    "storage",
    "proxy",
    "alarms",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/ofpmcgmdbimpjkgiohhkkhgmkbblkkkl",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "default_locale": "en",
  "version": "1.0.7",
  "icons": {
    "128": "img/browser_logo.png"
  },
  "action": {
    "default_icon": {
      "32": "img/browser_logo.png"
    }
  }
}