mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
feat: PWA icons
This commit is contained in:
parent
ae2f3477f0
commit
a6437a79cd
BIN
packages/backend/assets/icons/maskable.png
(Stored with Git LFS)
Normal file
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
BIN
packages/backend/assets/icons/monochrome.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user