From d432c553bead69d38a3beac5491d9e53fd1eba08 Mon Sep 17 00:00:00 2001 From: Radu Mojic Date: Tue, 30 Jul 2024 13:32:17 +0300 Subject: [PATCH] updated manifest --- static/manifest/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/manifest/manifest.json b/static/manifest/manifest.json index 956d4776b..bb7892c8f 100644 --- a/static/manifest/manifest.json +++ b/static/manifest/manifest.json @@ -22,13 +22,13 @@ "purpose": "any" }, { - "src": "/img/favicons/favicon-192x192.png", + "src": "/img/favicons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "/img/favicons/favicon-512x512.png", + "src": "/img/favicons/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"