This commit is contained in:
2025-02-26 14:49:25 +07:00
commit 1c1d9c4474
6403 changed files with 1953774 additions and 0 deletions

32
nv/html/dwv/manifest.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "dwv",
"short_name": "dwv",
"description": "DICOM Web Viewer.",
"version": "0.23.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"
}
]
}
}