Examine source code of CFCA CryptoKit.ZXWTG Extension

Inspect and view changes in CFCA CryptoKit.ZXWTG Extension 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": "CFCA CryptoKit.ZXWTG Extension",
  "version": "3.4.0.3",
  "description": "Sign transaction data with a smart card",
  "author": "CFCA",
  "minimum_chrome_version": "88",
  "background": {
    "service_worker": "eventPage.js"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "permissions": [
    "nativeMessaging"
  ],
  "host_permissions": [
    "http://*.cph.citic/*",
    "https://*.cph.citic/*",
    "http://*.nbport.com.cn/*",
    "https://*.nbport.com.cn/*",
    "http://*.jyeport.com/*",
    "https://*.jyeport.com/*",
    "http://*.jyport.com/*",
    "https://*.jyport.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://*.cph.citic/*",
      "https://*.cph.citic/*",
      "http://*.nbport.com.cn/*",
      "https://*.nbport.com.cn/*",
      "http://*.jyeport.com/*",
      "https://*.jyeport.com/*",
      "http://*.jyport.com/*",
      "https://*.jyport.com/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}