中国工商银行U盾扩展(握奇)

中国工商银行U盾扩展(握奇)

ICBC users can use this extension to communicate with USBKEY

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "中国工商银行U盾扩展(握奇)",
  "manifest_version": 3,
  "version": "1.0.0",
  "author": "ICBC",
  "description": "ICBC users can use this extension to communicate with USBKEY",
  "default_locale": "zh_CN",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-16.png",
        "icon-48.png"
      ],
      "matches": [
        "*://*.sdc.cs.icbc/*",
        "*://*.mybank.dccnet.com.cn/*",
        "*://*.vip.dccnet.com.cn/*",
        "*://*.icbc.com/*",
        "*://*.icbc.com.cn/*",
        "*://*.dccnet.com.cn/*",
        "*://*.dccnet.com/*",
        "*://cbank.icbc.co.id/*",
        "*://localhost/*",
        "*://*.95588.dccnet.com.cn/*",
        "*://*.95588.com/*",
        "*://swapp.singlewindow.cn/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}