feat: PWA icons

This commit is contained in:
ThatOneCalculator 2023-01-21 12:29:46 -08:00
parent ae2f3477f0
commit a6437a79cd
3 changed files with 26 additions and 3 deletions

BIN
packages/backend/assets/icons/maskable.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
packages/backend/assets/icons/monochrome.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -11,12 +11,26 @@
{
"src": "/static-assets/icons/192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "/static-assets/icons/512.png",
"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": {
@ -53,5 +67,8 @@
"name": "Chats",
"url": "/my/messaging"
}
]
],
"categories": [
"social"
]
}