Inspect and view changes in QSI SigCapture SDK 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
{
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"externally_connectable": {
"accepts_tls_channel_id": false,
"matches": [
"http://qa.qsidentalweb.com/*",
"https://preview.qsidentalweb.com/*",
"https://staging.qsidentalweb.com/*",
"https://park.qsidentalweb.com/*",
"https://app.qsidentalweb.com/*",
"https://preview2.qsidw.com/*"
]
},
"manifest_version": 2,
"minimum_chrome_version": "23",
"name": "QSI SigCapture SDK",
"permissions": [
"nativeMessaging"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.1.2"
}