CFCA CryptoKit.XWBank Extension

CFCA CryptoKit.XWBank Extension

CFCA Security Application Development Kit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "CFCA CryptoKit.XWBank Extension",
  "version": "3.4.0.4",
  "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": [
    "http://*.xwbank.com/*",
    "https://*.xwbank.com/*",
    "http://localhost/*",
    "https://localhost/*",
    "http://127.0.0.1/*",
    "https://127.0.0.1/*",
    "http://10.80.1.166/*",
    "http://10.80.1.163/*",
    "https://10.80.1.163/*",
    "http://10.80.1.167/*",
    "https://10.80.1.167/*",
    "http://10.80.1.164/*",
    "https://10.80.1.164/*",
    "http://10.80.1.152/*",
    "https://10.80.1.152/*",
    "http://10.80.1.155/*",
    "https://10.80.1.155/*",
    "http://10.80.37.21/*",
    "https://10.80.37.21/*",
    "http://10.80.37.22/*",
    "https://10.80.37.22/*",
    "http://10.82.8.152/*",
    "https://10.82.8.152/*",
    "http://10.82.8.189/*",
    "https://10.82.8.189/*",
    "http://10.82.8.190/*",
    "https://10.82.8.190/*",
    "http://10.82.8.46/*",
    "https://10.82.8.46/*",
    "http://10.82.8.187/*",
    "https://10.82.8.187/*",
    "http://10.82.8.2/*",
    "https://10.82.8.2/*",
    "http://10.82.8.162/*",
    "https://10.82.8.162/*",
    "http://10.82.8.3/*",
    "https://10.82.8.3/*",
    "http://10.82.8.98/*",
    "https://10.82.8.98/*",
    "http://10.82.8.52/*",
    "https://10.82.8.52/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://*.xwbank.com/*",
      "https://*.xwbank.com/*",
      "http://localhost/*",
      "https://localhost/*",
      "http://127.0.0.1/*",
      "https://127.0.0.1/*",
      "http://10.80.1.166/*",
      "http://10.80.1.163/*",
      "https://10.80.1.163/*",
      "http://10.80.1.167/*",
      "https://10.80.1.167/*",
      "http://10.80.1.164/*",
      "https://10.80.1.164/*",
      "http://10.80.1.152/*",
      "https://10.80.1.152/*",
      "http://10.80.1.155/*",
      "https://10.80.1.155/*",
      "http://10.80.37.21/*",
      "https://10.80.37.21/*",
      "http://10.80.37.22/*",
      "https://10.80.37.22/*",
      "http://10.82.8.152/*",
      "https://10.82.8.152/*",
      "http://10.82.8.189/*",
      "https://10.82.8.189/*",
      "http://10.82.8.190/*",
      "https://10.82.8.190/*",
      "http://10.82.8.46/*",
      "https://10.82.8.46/*",
      "http://10.82.8.187/*",
      "https://10.82.8.187/*",
      "http://10.82.8.2/*",
      "https://10.82.8.2/*",
      "http://10.82.8.162/*",
      "https://10.82.8.162/*",
      "http://10.82.8.3/*",
      "https://10.82.8.3/*",
      "http://10.82.8.98/*",
      "https://10.82.8.98/*",
      "http://10.82.8.52/*",
      "https://10.82.8.52/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}