Skip to content

Commit

Permalink
feat: enforce monochrome pwa icon to be used with android themed icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinpetr committed Apr 2, 2024
1 parent 9025416 commit 83f2750
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/pwa/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ export async function createI18n(): Promise<LocalizedWebManifest> {
sizes: '192x192',
type: 'image/png',
},
{
src: 'pwa-192x192.png',
sizes: '192x192',
type: 'image/png',
purpose: 'monochrome',
},
{
src: 'pwa-512x512.png',
sizes: '512x512',
Expand Down

0 comments on commit 83f2750

Please sign in to comment.