From 1f7fa372cddf3013edb580b8e1121dba9a10a8e4 Mon Sep 17 00:00:00 2001 From: lewisakura Date: Tue, 23 Jul 2024 14:16:26 +0100 Subject: [PATCH] chore: try to fix --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9d4b79d..2b56792 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vesktop", "version": "1.5.3", "private": true, - "description": "", + "description": "Vesktop is a custom Discord desktop app", "keywords": [], "homepage": "https://vencord.dev/", "license": "GPL-3.0", @@ -124,7 +124,8 @@ ] } ], - "category": "Network", + "category": "public.app-category.social-networking", + "darkModeSupport": true, "extendInfo": { "NSMicrophoneUsageDescription": "This app needs access to the microphone", "NSCameraUsageDescription": "This app needs access to the camera", @@ -185,4 +186,4 @@ "arrpc@3.4.0": "patches/arrpc@3.4.0.patch" } } -} +} \ No newline at end of file