Diabetes Guidelines EMR Tool - HQIC

Diabetes Guidelines EMR Tool - HQIC

This extension adds diabetes tool to Oscar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Diabetes Guidelines EMR Tool - HQIC",
  "description": "This extension adds diabetes tool to Oscar",
  "version": "1.5.3",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/oscar/casemgmt/forward.jsp?*"
      ],
      "js": [
        "jquery/jquery-1.9.1.js",
        "hqicCdaContentEncounter.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*/oscar/oscarRx/choosePatient.do?*"
      ],
      "js": [
        "hqicCdaContentPrescription.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "hqicCdaExtension.css",
    "hqicCdaContentPrescriptionInjected.js"
  ]
}