Examine source code of SiVpn - доступ к заблокированным сайтам!

Inspect and view changes in SiVpn - доступ к заблокированным сайтам! 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": "SiVpn - доступ к заблокированным сайтам!",
  "version": "4.212",
  "description": "SiVpn - бесперебойный доступ к сайтам которые заблокированые!",
  "homepage_url": "https://sivpn.ru/",
  "minimum_chrome_version": "88",
  "action": {
    "default_title": "name",
    "default_icon": "im/i/icon-48-empty.png",
    "default_popup": "pop.html#/home"
  },
  "options_page": "pop.html#/options",
  "icons": {
    "16": "im/i2/i-16.png",
    "32": "im/i2/i-32.png",
    "48": "im/i2/i-48.png",
    "64": "im/i2/i-64.png",
    "128": "im/i2/i-128.png"
  },
  "background": {
    "service_worker": "main/bg.bundle.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.sivpn.ru/*"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "declarativeNetRequest",
    "scripting",
    "alarms",
    "cookies",
    "activeTab",
    "management",
    "offscreen"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "im/*.png",
        "im/*.jpeg",
        "im/*.jpg",
        "im/*.svg",
        "im/*.gif",
        "im/*.svg",
        "main/*.js",
        "css/*.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}