From f00fd2ae2251f92d0fd16d010d781605d66b57ba Mon Sep 17 00:00:00 2001 From: dm1sh Date: Mon, 9 Aug 2021 15:44:18 +0300 Subject: [PATCH] Fixed manifest errors --- public/index.html | 2 ++ public/manifest.json | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 3d2589b..cdd9798 100644 --- a/public/index.html +++ b/public/index.html @@ -3,8 +3,10 @@ + + Publite diff --git a/public/manifest.json b/public/manifest.json index f52fe21..13928f7 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -5,17 +5,20 @@ { "src": "images/icons-128.png", "type": "image/png", - "sizes": "128x128" + "sizes": "128x128", + "purpose": "any maskable" }, { "src": "/images/icons-192.png", "type": "image/png", - "sizes": "192x192" + "sizes": "192x192", + "purpose": "any maskable" }, { "src": "/images/icons-512.png", "type": "image/png", - "sizes": "512x512" + "sizes": "512x512", + "purpose": "any maskable" } ], "start_url": "/",