From 839fa923e0708eb9b9bce7d4454fb599ba28899b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=AF=BC=EA=B7=A0?= <97932282+skyblue1232@users.noreply.github.com> Date: Sun, 16 Nov 2025 22:22:47 +0900 Subject: [PATCH] fix/app-name --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 817f523..94b046c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "name": "Geulda", - "short_name": "Geulda", + "name": "글다", + "short_name": "글다", "start_url": "/main", "display": "standalone", "background_color": "#ffffff",