CFCA CertEnrollment.fastPay Extension

CFCA CertEnrollment.fastPay Extension

CFCA Security Application Development Kit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CFCA CertEnrollment.fastPay Extension",
  "version": "3.2.1.0",
  "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://*.cfca.com.cn/*",
      "https://*.cfca.com.cn/*",
      "http://219.159.199.124/*",
      "https://219.159.199.124/*",
      "http://219.159.199.119/*",
      "https://219.159.199.119/*",
      "http://*.shijipay.com.cn/*",
      "https://*.shijipay.com.cn/*",
      "http://*.shijipay.net/*",
      "https://*.shijipay.net/*",
      "http://*.minpayment.com/*",
      "https://*.minpayment.com/*"
    ]
  }
}