From ef2318bcc187df38ed768414c93cbd7e16082c83 Mon Sep 17 00:00:00 2001 From: Masataka Yakura Date: Wed, 30 Oct 2019 19:47:45 +0900 Subject: [PATCH] support maskable icon add a new entry to the icons member referring the maskable icon file added in 364a5db --- src/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/manifest.json b/src/manifest.json index a7c70545..8fee6310 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -11,6 +11,12 @@ "src": "/assets/icon-large.png", "type": "image/png", "sizes": "1024x1024" + }, + { + "src": "/assets/icon-large-maskable.png", + "type": "image/png", + "sizes": "1024x1024", + "purpose": "maskable" } ], "share_target": {