Add maskable icon with solid background for Windows taskbar

- Created icon-maskable.svg with full background (no transparency)
- Generated icon-512x512-maskable.png with 90% safe zone
- Updated manifest to use dedicated maskable icon
- Fixes white background issue on Windows taskbar/topbar
This commit is contained in:
2025-10-13 01:09:52 -06:00
parent 9e66842322
commit ea94393fc7
3 changed files with 36 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ export default defineNuxtConfig({
purpose: 'any'
},
{
src: '/icon-512x512.png',
src: '/icon-512x512-maskable.png',
sizes: '512x512',
type: 'image/png',
purpose: 'maskable'