From 5427d045f7d25f7a188f6810583ced04d4b6cb70 Mon Sep 17 00:00:00 2001 From: Raul Andrade Date: Fri, 18 Mar 2022 21:20:10 -0300 Subject: [PATCH] fix: maskable icon to matrix icons --- public/manifest.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index ab50894..595d38f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -5,18 +5,19 @@ { "src": "/img/icon-192.png", "type": "image/png", - "sizes": "192x192" + "sizes": "192x192", + "purpose": "any maskable" }, { "src": "/img/icon-512.png", "type": "image/png", - "sizes": "512x512" + "sizes": "512x512", + "purpose": "any maskable" } ], "background_color": "#fafafa", "description": "Randomfy takes your most listened Spotify artists, selects one of them and shows you similar artists, so you can meet new artists based on the previous selected one.", "display": "fullscreen", "start_url": "/", - "theme_color": "#fafafa", - "purpose": "any maskable" + "theme_color": "#fafafa" }