From 0161dd332bde538e7ad90007a9080ae440979fac Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 29 Apr 2025 18:22:41 -0400 Subject: [PATCH] Update manifest.json to use favicon.ico --- frontend/public/manifest.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 8fc0c0f..3086084 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -6,16 +6,6 @@ "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" } ], "start_url": ".",