From 7593b5472411650a7ece504575464dc932ac49bb Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:12:11 +0300 Subject: [PATCH] Update manifest.json --- static/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/manifest.json b/static/manifest.json index df694e4eb..6d4c24a75 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -10,6 +10,12 @@ "type": "image/png", "sizes": "512x512", "purpose": "any" + }, + { + "src": "logo_512.png", + "type": "image/png", + "sizes": "512x512", + "purpose": "maskable" } ], "background_color": "#f8fafc",