Cisne browser integration

Cisne browser integration

Augments EHR with analyzed data. For Cisne customers only.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cisne browser integration",
  "version": "1.5.0",
  "description": "Augments EHR with analyzed data. For Cisne customers only.",
  "permissions": [
    "identity",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://demo.cisnehealth.com/*",
        "https://medical.iossolution.com/*",
        "https://portal.care360.com/*",
        "https://www.caretracker.com/*",
        "https://*.ecwcloud.com/*",
        "https://*.officeally.com/*",
        "https://app.elationemr.com/*",
        "https://athenanet.athenahealth.com/*",
        "https://static.practicefusion.com/*",
        "https://wpbfamilyfirst.md-hq.com/*",
        "https://service.emedpractice.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlaXjR0+TAAv5rdHMCNUTtDL3dMcX2PgnCXxGE3PswjO/7O5pEhodNgRoJGTqsl8MWPSaGvCx+2+QOCPx0KD4dbDrOpsQwJDBAt8UODL7W6wSoRydMJk507gBOKKQ6nX5uDimxPLUhVCqQDfbhvG7JYrQGcyVmoOoz81wSqvD6riGg1Rjuc/z0RXUVdj5gd/HSzfpWFs7mTyzHhi4H77tdrDM6yKqkCpC4jO18OQ9qMER2hJanUfCcTYrhNk42lUCIBwijO9GDleNcCqDU5bdgijY7rekm4dWeI48FoRGMNTKewR2pqK+OZMeILrBHH3X+QUeUYE8bY2HKFu3RWXNNwIDAQAB"
}