Skip to content

manifest icons lack standard 192x192 size and maskable purpose #125

Description

@wyzuk

Issue 2: PWA Web App Manifest Configuration (Enhancement / Bug)

Title: fix(pwa): manifest icons lack standard 192x192 size and maskable purpose

Body:

### Description
In `vite.config.ts`, the `VitePWA` manifest only specifies a single icon with size `512x512`:

```ts
icons: [
  {
    src: '/favicon.png',
    sizes: '512x512',
    type: 'image/png',
  },
]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions