VetBuddy Voice

VetBuddy Voice

VetBuddy Voice streamlines the provider workflow by adding the productivity of voice and templates to any Vet EMR system.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VetBuddy Voice",
  "description": "VetBuddy Voice streamlines the provider workflow by adding the productivity of voice and templates to any Vet EMR system.",
  "version": "1.12",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup/index.html",
    "default_title": "VetBuddy Voice"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "./content.global.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "processors/*",
        "nuance.speechanywhere.js",
        "nuance.speechforms.micDeviceButtonHandler.js",
        "nuance.speechanywhere.internal5.js",
        "nuance.speechanywhere.internal5x.js",
        "nuance.speechanywhere.internal5.css",
        "tingle.js",
        "tingle.css",
        "NuanceLogo_Horz_k.png",
        "nusaConfigure.js",
        "editor.js",
        "setupAutoVoice.js",
        "mousetrap.js",
        "setupKeystrokes.js",
        "ckeditor/*",
        "messageHandlers.js",
        "iframe.js",
        "styles.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "service_worker": "./background.global.js"
  },
  "icons": {
    "128": "VetBuddyIcon.png"
  }
}