Chartnote

Chartnote

Chartnote has everything you need to expedite your medical documentation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "src/assets/icons/icon16.png",
      "32": "src/assets/icons/icon32.png",
      "48": "src/assets/icons/icon48.png",
      "128": "src/assets/icons/icon128.png"
    },
    "default_popup": "index.html",
    "default_title": "Chartnote"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": "Ctrl+Shift+Period",
      "description": "Open extension"
    },
    "toggle_mic": {
      "suggested_key": "Ctrl+Shift+Down",
      "description": "Toggle mic"
    }
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.main.ts.12b395ae.aa79dbaa.js"
      ],
      "all_frames": true,
      "match_origin_as_fallback": true,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle",
      "css": [
        "assets/main.ts.3adccecc.css"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "description": "Chartnote has everything you need to expedite your medical documentation.",
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "src/assets/icons/icon16.png",
    "32": "src/assets/icons/icon32.png",
    "48": "src/assets/icons/icon48.png",
    "128": "src/assets/icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "Chartnote",
  "permissions": [
    "storage",
    "tabs",
    "declarativeNetRequest",
    "contextMenus"
  ],
  "version": "1.1.24",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "src/assets/icons/*",
        "src/assets/sounds/*",
        "src/web-accesible-resources/mic.html",
        "src/web-accesible-resources/sound.html",
        "src/assets/js/*",
        "src/assets/images/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/EditableEntityStore.e2ee156a.js",
        "assets/Logger.ff0f7867.js",
        "assets/EditableEntityModels.cf933493.js",
        "assets/clipboardUtils.2a9c847a.js",
        "assets/snippetHelper.27de1e6d.js",
        "assets/main.ts.12b395ae.js"
      ],
      "use_dynamic_url": true
    }
  ]
}