Add missing Wekan logo sizes for PWAs and Apps.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-07-19 23:11:00 +03:00
parent 419615bed4
commit de28bf8569
4 changed files with 15 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View file

@ -11,6 +11,21 @@
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/Square150x150Logo.scale-100.png",
"sizes": "150x150",
"type": "image/png"
},
{
"src": "/Square44x44Logo.scale-100.png",
"sizes": "44x44",
"type": "image/png"
},
{
"src": "/StoreLogo.scale-100.png",
"sizes": "50x50",
"type": "image/png"
}
],
"theme_color": "#ffffff",