Nabla

Nabla

Nabla creates medical notes in seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.92",
  "default_locale": "en",
  "action": {},
  "icons": {
    "48": "logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "logo.png",
        "main.js",
        "audioDecompressionProcessor.js",
        "scriptOverwriteWindowOpen.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://pro.doctolib.fr/*"
      ],
      "js": [
        "doctolib_content_script.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "tabCapture",
    "tabs",
    "scripting",
    "identity",
    "identity.email",
    "unlimitedStorage",
    "offscreen"
  ],
  "host_permissions": [
    "https://teams.microsoft.com/",
    "https://ttg-apps.kp.org/",
    "*://*.nabla.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.nabla.com/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  }
}