CFCA CertEnrollment.RA Extension

CFCA CertEnrollment.RA Extension

CFCA Security Application Development Kit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "CFCA CertEnrollment.RA 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": [
      "https://210.74.42.4/*",
      "http://210.74.42.4/*",
      "https://oca1-ra.cfca.com.cn/*",
      "http://oca1-ra.cfca.com.cn/*",
      "https://210.74.41.185/*",
      "http://210.74.41.185/*",
      "https://210.74.41.196/*",
      "http://210.74.41.196/*",
      "https://210.74.42.74/*",
      "http://210.74.42.74/*",
      "https://210.74.41.170/*",
      "http://210.74.41.170/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}