CFCA CryptoKit.HebBank Extension

CFCA CryptoKit.HebBank Extension

CFCA Security Application Development Kit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "CFCA CryptoKit.HebBank Extension",
  "version": "3.4.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": [
    "http://139.9.1.128/*",
    "https://139.9.1.128/*",
    "https://139.9.3.42/*",
    "https://139.9.1.142/*",
    "https://139.9.68.45/*",
    "https://139.9.68.46/*",
    "http://localhost/*",
    "https://localhost/*",
    "https://scf.hebbank.com/*",
    "http://scf.hebbank.com/*",
    "https://scfcs.hebbank.com/*",
    "http://139.9.1.129/*",
    "http://139.9.3.42/*",
    "http://139.9.1.142/*",
    "http://139.9.68.45/*",
    "http://139.9.68.46/*",
    "http://139.9.71.24/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://139.9.1.128/*",
      "https://139.9.1.128/*",
      "https://139.9.3.42/*",
      "https://139.9.1.142/*",
      "https://139.9.68.45/*",
      "https://139.9.68.46/*",
      "http://localhost/*",
      "https://localhost/*",
      "https://scf.hebbank.com/*",
      "http://scf.hebbank.com/*",
      "https://scfcs.hebbank.com/*",
      "http://139.9.1.129/*",
      "http://139.9.3.42/*",
      "http://139.9.1.142/*",
      "http://139.9.68.45/*",
      "http://139.9.68.46/*",
      "http://139.9.71.24/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}