You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`:
```tsicons: [
{
src: '/favicon.png',
sizes: '512x512',
type: 'image/png',
},
]
Issue 2: PWA Web App Manifest Configuration (Enhancement / Bug)
Title:
fix(pwa): manifest icons lack standard 192x192 size and maskable purposeBody: