From 4cb40de47ab2833e53b662c5fc200e8840dff2aa Mon Sep 17 00:00:00 2001 From: Jiwon Choi <81795729+Choi-Jiwon-38@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:09:16 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20PWA=20=EA=B4=80=EB=A0=A8=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/public/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 05fab0c..2d7c89f 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -3,8 +3,9 @@ "short_name": "워크인코리아", "description": "원하는 곳에서 머무르며 일하다", "start_url": "/", - "display": "standalone", - "theme_color": "#000000", + "display": "browser", + "background_color": "#FFFFFF", + "theme_color": "#FFFFFF", "icons": [ { "src": "/icons/icon-192x192.png",