1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-14 21:09:58 +00:00

feat: enforce monochrome pwa icon to be used with android themed icons

This commit is contained in:
Klein Petr 2024-04-02 21:06:36 +02:00
parent 9025416ab3
commit 83f2750c13

View file

@ -88,6 +88,12 @@ export async function createI18n(): Promise<LocalizedWebManifest> {
sizes: '192x192', sizes: '192x192',
type: 'image/png', type: 'image/png',
}, },
{
src: 'pwa-192x192.png',
sizes: '192x192',
type: 'image/png',
purpose: 'monochrome',
},
{ {
src: 'pwa-512x512.png', src: 'pwa-512x512.png',
sizes: '512x512', sizes: '512x512',