From 25b870fcd16c910f7fc3ff74ce8142078384f007 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 6 Feb 2020 23:31:34 +0200 Subject: [PATCH] Add icon purpose in webmanifest --- client/thelounge.webmanifest | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/thelounge.webmanifest b/client/thelounge.webmanifest index a39985c2..281fc6a2 100644 --- a/client/thelounge.webmanifest +++ b/client/thelounge.webmanifest @@ -40,7 +40,13 @@ { "src": "img/logo-grey-bg.svg", "type": "image/svg+xml", + "purpose": "maskable any", "sizes": "513x513" + }, + { + "src": "img/icon-black-transparent-bg.svg", + "type": "image/svg+xml", + "purpose": "monochrome" } ] }