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": 3,
"name": "CFCA CryptoKit.XSDZQ 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": [
"https://*.cctgroup.com.cn/*",
"http://*.cctgroup.com.cn/*",
"https://*.cctcr.cn/*",
"http://*.cctcr.cn/*",
"http://10.3.2.100/*",
"http://218.30.124.137/*",
"http://218.30.124.146/*",
"http://121.36.29.119/*",
"http://123.249.101.183/*",
"http://123.249.122.186/*",
"http://123.249.19.101/*",
"https://10.3.2.100/*",
"https://218.30.124.137/*",
"https://218.30.124.146/*",
"https://121.36.29.119/*",
"https://123.249.101.183/*",
"https://123.249.122.186/*",
"https://123.249.19.101/*"
],
"externally_connectable": {
"matches": [
"https://*.cctgroup.com.cn/*",
"http://*.cctgroup.com.cn/*",
"https://*.cctcr.cn/*",
"http://*.cctcr.cn/*",
"http://10.3.2.100/*",
"http://218.30.124.137/*",
"http://218.30.124.146/*",
"http://121.36.29.119/*",
"http://123.249.101.183/*",
"http://123.249.122.186/*",
"http://123.249.19.101/*",
"https://10.3.2.100/*",
"https://218.30.124.137/*",
"https://218.30.124.146/*",
"https://121.36.29.119/*",
"https://123.249.101.183/*",
"https://123.249.122.186/*",
"https://123.249.19.101/*"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}