Add maskable PWA icon (#227)

This commit is contained in:
Zachary
2026-02-24 18:18:25 +01:00
committed by GitHub
parent 897ae56702
commit 9154213868
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"
}
]
}
}