mirror of
https://github.com/fmhy/edit.git
synced 2025-10-13 00:01:09 +11:00
Fixed White Bg in pwa icon (#4098)
* fixed pwa blue bg icon * E * E * slight fix for ios
This commit is contained in:
parent
fb03aacbc7
commit
3cbbccc1a9
3 changed files with 10 additions and 10 deletions
|
@ -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
BIN
docs/public/pwa_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 205 KiB |
Loading…
Add table
Add a link
Reference in a new issue