Examine source code of Крипто-плагин АС Смета

Inspect and view changes in Крипто-плагин АС Смета 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.5",
  "manifest_version": 3,
  "name": "Крипто-плагин АС Смета",
  "description": "Криптографическое расширение для веб-клиента АС Смета",
  "permissions": [
    "nativeMessaging",
    "contextMenus",
    "tabs",
    "offscreen",
    "activeTab"
  ],
  "background": {
    "service_worker": "js/worker.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "js/gateway.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "32": "images/ok-32.png",
    "64": "images/ok-64.png",
    "128": "images/ok-128.png"
  },
  "action": {}
}