Curare Health Plugin

Curare Health Plugin

Seamless connectivity for Curare Health, your browser, and diverse applications—bridging barriers for secure data exchange.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Curare Health Plugin",
  "description": "Seamless connectivity for Curare Health, your browser, and diverse applications—bridging barriers for secure data exchange.",
  "version": "0.0.4",
  "manifest_version": 3,
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "https://*.ravenehr.com/*",
      "https://*.curare.dev/*",
      "https://*.curare.care/*",
      "https://*.ravenehr.nl/*"
    ]
  },
  "action": {
    "default_title": "Curare Health Plugin",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/16.png",
      "32": "img/32.png",
      "48": "img/48.png",
      "128": "img/128.png"
    }
  },
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png"
  }
}