中国工商银行U盾扩展(明华/文鼎创)

中国工商银行U盾扩展(明华/文鼎创)

中国工商银行(明华/文鼎创)U盾Edge扩展

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "name": "中国工商银行U盾扩展(明华/文鼎创)",
  "version": "1.0.0.3",
  "description": "中国工商银行(明华/文鼎创)U盾Edge扩展",
  "default_locale": "zh_CN",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.sdc.cs.icbc/*",
        "*://*.mybank.dccnet.com.cn/*",
        "*://*.vip.dccnet.com.cn/*",
        "*://*.icbc.com/*",
        "*://*.icbc.com.cn/*",
        "*://*.dccnet.com.cn/*",
        "*://*.dccnet.com/*",
        "*://*.95588.dccnet.com.cn/*",
        "*://*.95588.com/*",
        "*://swapp.singlewindow.cn/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.sdc.cs.icbc/*",
      "*://*.mybank.dccnet.com.cn/*",
      "*://*.vip.dccnet.com.cn/*",
      "*://*.icbc.com/*",
      "*://*.icbc.com.cn/*",
      "*://*.dccnet.com.cn/*",
      "*://*.dccnet.com/*",
      "*://*.95588.dccnet.com.cn/*",
      "*://*.95588.com/*",
      "*://swapp.singlewindow.cn/*"
    ]
  },
  "action": {
    "default_title": "ICBC Edge Extension from Mingwah&ExcelSecu",
    "default_icon": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.sdc.cs.icbc/*",
        "*://*.mybank.dccnet.com.cn/*",
        "*://*.vip.dccnet.com.cn/*",
        "*://*.icbc.com/*",
        "*://*.icbc.com.cn/*",
        "*://*.dccnet.com.cn/*",
        "*://*.dccnet.com/*",
        "*://*.95588.dccnet.com.cn/*",
        "*://*.95588.com/*",
        "*://swapp.singlewindow.cn/*"
      ],
      "resources": [
        "icon-128.png"
      ]
    }
  ],
  "manifest_version": 3
}