Fixed White Bg in pwa icon (#4098)

* fixed pwa blue bg icon

* E

* E

* slight fix for ios
This commit is contained in:
Rishab 2025-09-26 03:33:23 +05:30 committed by GitHub
parent fb03aacbc7
commit 3cbbccc1a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View file

@ -15,13 +15,13 @@
"type": "image/x-icon"
},
{
"src": "/test.png",
"src": "/pwa_icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/test.png",
"src": "/pwa_icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"

BIN
docs/public/pwa_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB