From 94965f0085cb621e74e49ece89a9cf8b87a58995 Mon Sep 17 00:00:00 2001 From: Diki Siswanto Date: Wed, 16 Sep 2020 13:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20change=20manifest=20configs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index ab0debe..20389f9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -11,42 +11,50 @@ { "src": "icons/icon-72x72.png", "sizes": "72x72", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-96x96.png", "sizes": "96x96", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-128x128.png", "sizes": "128x128", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-144x144.png", "sizes": "144x144", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-152x152.png", "sizes": "152x152", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-192x192.png", "sizes": "192x192", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-384x384.png", "sizes": "384x384", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-512x512.png", "sizes": "512x512", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" } ] } \ No newline at end of file