华夏银行证书扩展

华夏银行证书扩展

CFCA Security Application Development Kit

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "华夏银行证书扩展",
  "version": "3.2.0.5",
  "description": "CFCA Security Application Development Kit",
  "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": [
    "https://*.hxb.com.cn/*",
    "http://102.105.4.207/*",
    "http://*.sit.hxbtest/*",
    "http://103.160.151.172/*",
    "http://*.uat.hxbtest/*",
    "http://103.162.31.191/*",
    "http://*.ext.hxbtest/*",
    "http://103.160.114.21/*",
    "http://223.72.175.134/*",
    "http://*.hxb.com.cn/*",
    "http://103.160.155.108/*",
    "http://103.160.155.105/*",
    "http://103.160.155.155/*",
    "http://103.160.155.113/*",
    "http://103.160.83.211/*",
    "http://103.160.83.210/*",
    "http://*.xbb.hxbtest/*",
    "http://*.95577.com.cn/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.hxb.com.cn/*",
      "http://102.105.4.207/*",
      "http://*.sit.hxbtest/*",
      "http://103.160.151.172/*",
      "http://*.uat.hxbtest/*",
      "http://103.162.31.191/*",
      "http://*.ext.hxbtest/*",
      "http://103.160.114.21/*",
      "http://223.72.175.134/*",
      "http://*.hxb.com.cn/*",
      "http://103.160.155.108/*",
      "http://103.160.155.105/*",
      "http://103.160.155.155/*",
      "http://103.160.155.113/*",
      "http://103.160.83.211/*",
      "http://103.160.83.210/*",
      "http://*.xbb.hxbtest/*",
      "http://*.95577.com.cn/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}