remove maskable pwa icons

This commit is contained in:
nikk gitanes
2023-02-21 21:59:14 +03:00
parent d7f9665ba0
commit 07231656d6
8 changed files with 2 additions and 40 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

View File

@@ -4,27 +4,15 @@
"icons": [
{
"src": "icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any"
},
{
"src": "manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
"purpose": "any"
},
{
"src": "logo.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",