CFCA CryptoKit.SCBank Extension

CFCA CryptoKit.SCBank Extension

Sign transaction data with a smart card

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "CFCA CryptoKit.SCBank Extension",
  "version": "3.4.0.2",
  "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://*.scbank.com/*",
    "https://*.scbank.com/*",
    "http://*.scbank.cn/*",
    "https://*.scbank.cn/*",
    "http://*.pzhccb.com/*",
    "https://*.pzhccb.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://*.scbank.com/*",
      "https://*.scbank.com/*",
      "http://*.scbank.cn/*",
      "https://*.scbank.cn/*",
      "http://*.pzhccb.com/*",
      "https://*.pzhccb.com/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}