feat: PWA icons

This commit is contained in:
ThatOneCalculator 2023-01-21 12:29:46 -08:00
parent eb14539989
commit 1c434a2331
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 20 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

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"
]
}