Examine source code of sslspeedy2

Inspect and view changes in sslspeedy2 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": "sslspeedy2",
  "description": "secure and speed up your web connections.(default bypass version)默认不走代理,设定的域名才走代理。",
  "version": "1.0.1",
  "options_page": "settings.html",
  "permissions": [
    "proxy",
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_background": "background.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}