mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add missing Wekan logo sizes for PWAs and Apps.
Thanks to xet7 !
This commit is contained in:
parent
419615bed4
commit
de28bf8569
4 changed files with 15 additions and 0 deletions
BIN
public/Square150x150Logo.scale-100.png
Normal file
BIN
public/Square150x150Logo.scale-100.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
public/Square44x44Logo.scale-100.png
Normal file
BIN
public/Square44x44Logo.scale-100.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9 KiB |
BIN
public/StoreLogo.scale-100.png
Normal file
BIN
public/StoreLogo.scale-100.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
|
|
@ -11,6 +11,21 @@
|
||||||
"src": "/android-chrome-512x512.png",
|
"src": "/android-chrome-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"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",
|
"theme_color": "#ffffff",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue