diff --git a/webApps/apps.json b/webApps/apps.json index 4b6d312..0995f89 100644 --- a/webApps/apps.json +++ b/webApps/apps.json @@ -361,16 +361,17 @@ "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" } ],