Examine source code of SiNet: Твоя анонимность в сети!

Inspect and view changes in SiNet: Твоя анонимность в сети! 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": "SiNet: Твоя анонимность в сети!",
  "version": "7.34",
  "description": "SiNet: Доступ к сайтам анонимно!",
  "homepage_url": "https://sinet-vpn.ru/",
  "minimum_chrome_version": "88",
  "action": {
    "default_title": "name",
    "default_icon": "img/i/icon-empty.png",
    "default_popup": "html/options.html#/home"
  },
  "options_page": "html/options.html#/options",
  "icons": {
    "16": "img/i2/in16.png",
    "32": "img/i2/in32.png",
    "48": "img/i2/in48.png",
    "64": "img/i2/in64.png",
    "128": "img/i2/in128.png"
  },
  "background": {
    "service_worker": "main/bg.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.sinet-vpn.ru/*"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "declarativeNetRequest",
    "scripting",
    "alarms",
    "cookies",
    "activeTab",
    "management",
    "offscreen"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*.png",
        "img/*.jpeg",
        "img/*.jpg",
        "img/*.svg",
        "img/*.gif",
        "img/*.svg",
        "main/*.js",
        "main/*.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}