Inspect and view changes in CFCA CryptoKit.CTSI Extension source codes across current and past versions
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.CTSI Extension",
"version": "3.4.0.2",
"description": "CFCA Security Application Development Kit",
"author": "CFCA",
"minimum_chrome_version": "88",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"nativeMessaging",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}