diff --git a/LittleShop/wwwroot/manifest.json b/LittleShop/wwwroot/manifest.json index c7fc886..ae3cafb 100644 --- a/LittleShop/wwwroot/manifest.json +++ b/LittleShop/wwwroot/manifest.json @@ -44,7 +44,7 @@ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", - "purpose": "any maskable" + "purpose": "any" }, { "src": "/icons/icon-384x384.png", @@ -56,7 +56,7 @@ "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", - "purpose": "any maskable" + "purpose": "any" } ], "shortcuts": [ @@ -86,5 +86,21 @@ } ] } + ], + "screenshots": [ + { + "src": "/icons/icon-512x512.png", + "sizes": "512x512", + "type": "image/png", + "form_factor": "wide", + "label": "LittleShop Admin Dashboard" + }, + { + "src": "/icons/icon-512x512.png", + "sizes": "512x512", + "type": "image/png", + "form_factor": "narrow", + "label": "LittleShop Admin Mobile" + } ] } \ No newline at end of file