chore(branding): 앱 표시 이름을 오늘뭐먹Z로 변경

This commit is contained in:
JiWoong Sul
2025-12-03 17:51:22 +09:00
parent d733bf664b
commit a4c7f55fc0
8 changed files with 14 additions and 14 deletions

View File

@@ -23,13 +23,13 @@
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="lunchpick">
<meta name="apple-mobile-web-app-title" content="오늘뭐먹Z">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>lunchpick</title>
<title>오늘뭐먹Z</title>
<link rel="manifest" href="manifest.json">
</head>
<body>

View File

@@ -1,6 +1,6 @@
{
"name": "lunchpick",
"short_name": "lunchpick",
"name": "오늘뭐먹Z",
"short_name": "오늘뭐먹Z",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",