feat: add monochrome icon

This commit is contained in:
Julien Calixte
2025-08-31 18:28:33 +02:00
parent e2147c74d9
commit 1584418b3c
2 changed files with 6 additions and 0 deletions

BIN
public/monochrome-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -40,6 +40,12 @@ export default defineConfig(({ command }) => {
type: "image/png",
purpose: "maskable",
},
{
src: "monochrome-icon.png",
sizes: "512x512",
type: "image/png",
purpose: "monochrome",
},
],
},
}),