From 87b4cead55c33a2f4a5238056ab8d2999c6c6956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=A7=80=ED=99=98=20=28Jihwan=20Kim=29?= Date: Sat, 2 Nov 2024 22:10:45 +0900 Subject: [PATCH] fix: fix start_url, add description --- public/manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index dcaa196..851f983 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "name": "Space Project", "short_name": "Space", - "start_url": "/login", + "start_url": "/", "display": "standalone", "icons": [ { @@ -457,5 +457,9 @@ "sizes": "1024x1024" } ], - "prefer_related_applications": true + "prefer_related_applications": true, + "theme_color": "#36bf8e", + "background_color": "#ffffff", + "id": "space", + "description": "단 하나의 동아리 / 모임을 위한 커뮤니티 서비스" }