mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-21 15:17:29 +00:00
Add maskable icons for PWA manifest
This commit is contained in:
parent
17185c6b5e
commit
8d292cc200
@ -5,12 +5,26 @@
|
||||
{
|
||||
"src": "/static/images/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/static/images/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/static/images/maskable-icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/images/maskable-icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#36393f",
|
||||
|
BIN
html/static/images/maskable-icon-192x192.png
Normal file
BIN
html/static/images/maskable-icon-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
html/static/images/maskable-icon-512x512.png
Normal file
BIN
html/static/images/maskable-icon-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user