Add maskable PWA icon

This commit is contained in:
Zac0511 2026-02-10 18:52:31 +01:00
parent 897ae56702
commit 6aaed7f4a3
No known key found for this signature in database
GPG Key ID: A24A1EF6C22EB104
2 changed files with 13 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -16,6 +16,18 @@
"src": "lettermark.jpg",
"sizes": "512x512",
"type": "image/jpeg"
},
{
"src": "lettermark_maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "lettermark_maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}
}