From 7b68db0ea21013b31b64e65ececa9ad5033a817c Mon Sep 17 00:00:00 2001 From: Kahkasha Rafat Fatima <66199148+kahkasha17@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:58:47 +0530 Subject: [PATCH] c --- public/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/manifest.json b/public/manifest.json index fa151cf..a78c73c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -11,6 +11,11 @@ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" + }, + { + "src": "/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" } ] }