ezPT—PT Documentation AI Assistant

ezPT—PT Documentation AI Assistant

🚀 Supercharge your clinical documentation with ezPT AI-powered Chrome extension! Say goodbye to tedious note-taking and hello to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ezPT—PT Documentation AI Assistant",
  "version": "1.1.3",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "public/16.png",
    "48": "public/48.png",
    "128": "public/128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://api.ezpttech.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "public/ezpt_logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}