From 840c799f8546e8766172888a9ee59d70c1761104 Mon Sep 17 00:00:00 2001 From: mefody Date: Sat, 27 Jan 2024 22:56:56 +0300 Subject: [PATCH] Add maskable icon to manifest --- src/manifest.webmanifest | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index 7927610..3cb88aa 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -19,6 +19,12 @@ "src": "images/favicon/logo-tips-512.png", "type": "image/png", "sizes": "512x512" + }, + { + "src": "images/favicon/logo-tips-512.png", + "type": "image/png", + "sizes": "512x512", + "purpose": "maskable" } ] }