forked from ivmartel/dwv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
32 lines (32 loc) · 882 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "dwv",
"short_name": "dwv",
"description": "DICOM Web Viewer.",
"version": "0.17.0-beta",
"manifest_version": 2,
"app": {
"urls": [
"https://ivmartel.github.io/dwv/demo/stable/"
],
"launch": {
"web_url": "https://ivmartel.github.io/dwv/demo/stable/viewers/mobile/index.html"
}
},
"icons": {
"16": "resources/icons/dwv-16.png",
"60": "resources/icons/dwv-60.png",
"128": "resources/icons/dwv-128.png"
},
"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/demo/stable/viewers/mobile/index.html",
"title": "Open",
"disposition": "window"
}
]
}
}