From 666f04e3c66b848cd523c37fe12db7e790d48986 Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Fri, 23 Jan 2026 23:06:47 +0100 Subject: [PATCH] style: supported_file_types.json --- shared/supported_file_types.json | 66 ++++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/shared/supported_file_types.json b/shared/supported_file_types.json index df79c21..18df12e 100644 --- a/shared/supported_file_types.json +++ b/shared/supported_file_types.json @@ -1,34 +1,34 @@ { - ".mp4": { - "display_name": "MP4", - "mime_type": "video/mp4" - }, - ".jpg": { - "display_name": "JPG", - "mime_type": "image/jpg" - }, - ".jpeg": { - "display_name": "JPG", - "mime_type": "image/jpeg" - }, - ".png": { - "display_name": "PNG", - "mime_type": "image/png" - }, - ".gif": { - "display_name": "GIF", - "mime_type": "image/gif" - }, - ".pptx": { - "display_name": "PPTX", - "mime_type": "application/vnd.openxmlformats-officedocument.presentationml.presentation" - }, - ".odp": { - "display_name": "ODP", - "mime_type": "application/vnd.oasis.opendocument.presentation" - }, - ".pdf": { - "display_name": "PDF", - "mime_type": "application/pdf" - } -} \ No newline at end of file + ".mp4": { + "display_name": "MP4", + "mime_type": "video/mp4" + }, + ".jpg": { + "display_name": "JPG", + "mime_type": "image/jpg" + }, + ".jpeg": { + "display_name": "JPG", + "mime_type": "image/jpeg" + }, + ".png": { + "display_name": "PNG", + "mime_type": "image/png" + }, + ".gif": { + "display_name": "GIF", + "mime_type": "image/gif" + }, + ".pptx": { + "display_name": "PPTX", + "mime_type": "application/vnd.openxmlformats-officedocument.presentationml.presentation" + }, + ".odp": { + "display_name": "ODP", + "mime_type": "application/vnd.oasis.opendocument.presentation" + }, + ".pdf": { + "display_name": "PDF", + "mime_type": "application/pdf" + } +}