Skip to content

Commit 4cb40de

Browse files
hotfix: PWA 관련 설정 변경
1 parent ff846d8 commit 4cb40de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/public/manifest.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"short_name": "워크인코리아",
44
"description": "원하는 곳에서 머무르며 일하다",
55
"start_url": "/",
6-
"display": "standalone",
7-
"theme_color": "#000000",
6+
"display": "browser",
7+
"background_color": "#FFFFFF",
8+
"theme_color": "#FFFFFF",
89
"icons": [
910
{
1011
"src": "/icons/icon-192x192.png",

0 commit comments

Comments
 (0)