QSI SigCapture SDK

QSI SigCapture SDK

QSI SigCapture SDK

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "QSI SigCapture SDK",
  "description": "QSI SigCapture SDK",
  "version": "2.0.0.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.qsidentalweb.com/*",
      "https://qa.qsidentalweb.com/*",
      "https://preview.qsidentalweb.com/*",
      "https://staging.qsidentalweb.com/*",
      "https://park.qsidentalweb.com/*",
      "https://app.qsidentalweb.com/*",
      "https://preview2.qsidw.com/*"
    ]
  },
  "minimum_chrome_version": "93",
  "permissions": [
    "nativeMessaging"
  ]
}