dwv

dwv

Medical viewer using DWV (DICOM Web Viewer) and jQuery Mobile.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "dwv",
  "short_name": "dwv",
  "description": "Medical viewer using DWV (DICOM Web Viewer) and jQuery Mobile.",
  "version": "0.26.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://ivmartel.github.io/dwv-jqmobile/demo/stable/"
    ],
    "launch": {
      "web_url": "https://ivmartel.github.io/dwv-jqmobile/demo/stable/index.html"
    }
  },
  "icons": {
    "16": "resources/icons/dwv-16.png",
    "32": "resources/icons/dwv-32.png",
    "64": "resources/icons/dwv-64.png",
    "128": "resources/icons/dwv-128.png",
    "256": "resources/icons/dwv-256.png"
  },
  "offline_enabled": true,
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "544445548355",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/dicom",
          "application/vnd.google.drive.ext-type.dcm"
        ],
        "href": "https://ivmartel.github.io/dwv-jqmobile/demo/stable/index.html",
        "title": "Open",
        "disposition": "window"
      }
    ]
  }
}