CFCA Security Application Development Kit
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "CFCA CertEnrollment.XIBank Extension",
"version": "3.2.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": [
"https://*.xib.com.cn/*",
"http://*.xib.com.cn/*",
"https://*.test.xib.com.cn/*",
"http://*.test.xib.com.cn/*"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}