From 53d1d1ecf18e670d91b8248e44150ba4e01c95cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:08:29 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20manifest.json=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index bd970334..5eeb3f68 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -8,12 +8,12 @@ "display": "standalone", "icons": [ { - "src": "sample_icon.svg", + "src": "icon-192x192.svg", "sizes": "192x192", "type": "image/svg+xml" }, { - "src": "sample_icon.svg", + "src": "icon-512x512.svg", "sizes": "512x512", "type": "image/svg+xml" }