feat: fix pwa: need the icon to be png

pull/954/head
Ir1d 2019-02-09 14:27:15 +08:00
parent 49632e9b6b
commit 398ce4dc93
No known key found for this signature in database
GPG Key ID: 6088693A2AE68A1B
4 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 37 KiB

BIN
docs/favicon_192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
docs/favicon_512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -7,8 +7,12 @@
"sizes": "48x48"
},
{
"src": "favicon.ico",
"src": "favicon_192x192.png",
"sizes": "192x192"
},
{
"src": "favicon_512x512.png",
"sizes": "512x512"
}
],
"display": "standalone",