20 lines
635 B
JSON
20 lines
635 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|