feat: PWA icons
This commit is contained in:
parent
eb14539989
commit
1c434a2331
BIN
packages/backend/assets/icons/maskable.png
Normal file
BIN
packages/backend/assets/icons/maskable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
packages/backend/assets/icons/monochrome.png
Normal file
BIN
packages/backend/assets/icons/monochrome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
@ -11,12 +11,26 @@
|
|||||||
{
|
{
|
||||||
"src": "/static-assets/icons/192.png",
|
"src": "/static-assets/icons/192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/static-assets/icons/512.png",
|
"src": "/static-assets/icons/512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/static-assets/icons/maskable.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/static-assets/icons/monochrome.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "monochrome"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"share_target": {
|
"share_target": {
|
||||||
@ -53,5 +67,8 @@
|
|||||||
"name": "Chats",
|
"name": "Chats",
|
||||||
"url": "/my/messaging"
|
"url": "/my/messaging"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"categories": [
|
||||||
|
"social"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user