diff --git a/webApps/apps.json b/webApps/apps.json index 7c64cea..6962a6c 100644 --- a/webApps/apps.json +++ b/webApps/apps.json @@ -361,6 +361,63 @@ "url": "https://github.com/saw-jan/web-app-3dmodel-viewer" } ] + }, + { + "id": "com.github.owncloud.web-app-dicom-viewer", + "name": "DICOM Viewer", + "subtitle": "Preview DICOM files (.dcm) – both the medical images and their corresponding metadata.", + "description": "Blob sources (`child-src: 'blob'`), data and url connections (`connect-src: 'data:' 'https://unpkg.com/detect-gpu@5.0.38/dist/benchmarks/d-intel.json'`) and unsafe dynamic code evaluation (`script-src: '''unsafe-eval'''`) must all be allowed in CSP.", + "license": "AGPL-3.0", + "versions": [ + { + "version": "1.0.0", + "minOCIS": "6.2.0", + "url": "https://github.com/owncloud/web-app-dicom-viewer/releases/download/1.0.0/dicom-viewer-1.0.0.zip" + } + ], + "authors": [ + { + "name": "ownCloud", + "url": "https://owncloud.com" + } + ], + "tags": ["viewer", "dicom", "medical images", "metadata"], + "coverImage": { + "url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/cover.png" + }, + "screenshots": [ + { + "url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/1.png", + "caption": "Preview a DICOM image and it's most important meta data." + }, + { + "url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/2.png", + "caption": "The extension allows to zoom, rotate and flip the preview of the DICOM image." + }, + { + "url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/3.png", + "caption": "Inverting the colors of the preview of the DICOM image is also supported." + }, + { + "url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/4.png", + "caption": "Display all corresponding metadata in sidebar." + }, + { + "url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/5.png", + "caption": "Preview a DICOM image and it's most important meta data on a mobile device." + }, + { + "url": "https://raw.githubusercontent.com/owncloud/awesome-ocis/main/webApps/owncloud/web-app-dicom-viewer/screenshots/6.png", + "caption": "Display all corresponding metadata on a mobile device." + } + ], + "resources": [ + { + "label": "GitHub", + "icon": "github", + "url": "https://github.com/owncloud/web-app-dicom-viewer" + } + ] } ] } diff --git a/webApps/owncloud/web-app-dicom-viewer/screenshots/1.png b/webApps/owncloud/web-app-dicom-viewer/screenshots/1.png new file mode 100644 index 0000000..1a88650 Binary files /dev/null and b/webApps/owncloud/web-app-dicom-viewer/screenshots/1.png differ diff --git a/webApps/owncloud/web-app-dicom-viewer/screenshots/2.png b/webApps/owncloud/web-app-dicom-viewer/screenshots/2.png new file mode 100644 index 0000000..d0b7475 Binary files /dev/null and b/webApps/owncloud/web-app-dicom-viewer/screenshots/2.png differ diff --git a/webApps/owncloud/web-app-dicom-viewer/screenshots/3.png b/webApps/owncloud/web-app-dicom-viewer/screenshots/3.png new file mode 100644 index 0000000..68a5c33 Binary files /dev/null and b/webApps/owncloud/web-app-dicom-viewer/screenshots/3.png differ diff --git a/webApps/owncloud/web-app-dicom-viewer/screenshots/4.png b/webApps/owncloud/web-app-dicom-viewer/screenshots/4.png new file mode 100644 index 0000000..d3b5316 Binary files /dev/null and b/webApps/owncloud/web-app-dicom-viewer/screenshots/4.png differ diff --git a/webApps/owncloud/web-app-dicom-viewer/screenshots/5.png b/webApps/owncloud/web-app-dicom-viewer/screenshots/5.png new file mode 100644 index 0000000..5b9e39d Binary files /dev/null and b/webApps/owncloud/web-app-dicom-viewer/screenshots/5.png differ diff --git a/webApps/owncloud/web-app-dicom-viewer/screenshots/6.png b/webApps/owncloud/web-app-dicom-viewer/screenshots/6.png new file mode 100644 index 0000000..f510a4f Binary files /dev/null and b/webApps/owncloud/web-app-dicom-viewer/screenshots/6.png differ