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

View File

@@ -0,0 +1,19 @@
{
"name": "dwv",
"description": "DICOM Web Viewer.",
"version": "0.23.0-beta",
"developer": {
"name": "ivmartel",
"url": "https://github.com/ivmartel"
},
"default_locale": "en",
"launch_path": "/dwv/demo/stable/viewers/mobile/index.html",
"appcache_path": "/dwv/demo/stable/viewers/mobile/cache.manifest",
"icons": {
"16": "/dwv/demo/stable/resources/icons/dwv-16.png",
"32": "/dwv/demo/stable/resources/icons/dwv-32.png",
"60": "/dwv/demo/stable/resources/icons/dwv-60.png",
"90": "/dwv/demo/stable/resources/icons/dwv-90.png",
"128": "/dwv/demo/stable/resources/icons/dwv-128.png"
}
}