CFCA CryptoKit.GZRCU Extension

CFCA CryptoKit.GZRCU Extension

CFCA Security Application Development Kit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "CFCA CryptoKit.GZRCU Extension",
  "version": "3.4.0.3",
  "description": "CFCA Security Application Development Kit",
  "author": "CFCA",
  "minimum_chrome_version": "31",
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "externally_connectable": {
    "matches": [
      "http://*.gznxbank.com/*",
      "https://*.gznxbank.com/*",
      "http://*.gznxqny.com/*",
      "https://*.gznxqny.com/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}