HIPAANotes

HIPAANotes

Trusted Communications between Healthcare Providers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HIPAANotes",
  "version": "3.7.4",
  "manifest_version": 2,
  "description": "Trusted Communications between Healthcare Providers",
  "icons": {
    "16": "img/activ16x16.png",
    "48": "img/activ48x48.png",
    "128": "img/activ128x128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "js/Base64.js",
      "js/jquery-1.10.2.min.js",
      "js/aes.js",
      "js/simplePost.js",
      "js/utils.js",
      "js/Arrays.js",
      "js/date.js",
      "js/time.js",
      "js/Uri.min.js",
      "js/CircularExpiringStack.js",
      "js/KVStorage.js",
      "VisitCarousel.js",
      "Ticker.js",
      "Notifs.js",
      "MessageType.js",
      "MessageBuffer.js",
      "EventLog.js",
      "IconManager.js",
      "transport.js",
      "ServerCheck.js",
      "BGProgressProxy.js",
      "CrgMgr.js",
      "ServerQueue.js",
      "CrgHandler.js",
      "SSCapture.js",
      "bg-audio-capture.js",
      "conf-prod.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/disable19x19.png",
    "default_name": "HIPAANotes",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "js": [
        "js/jquery-1.10.2.min.js",
        "js/utils.js",
        "js/caputils.js"
      ],
      "match_about_blank": true
    }
  ],
  "permissions": [
    "webRequest",
    "notifications",
    "tabs",
    "webNavigation",
    "storage",
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://www.hipaanotes.com; object-src 'self'"
}