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:
parent
9025416ab3
commit
83f2750c13
1 changed files with 6 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue