From 9e6684232288b2152b7b837b8f7c277b666d35dc Mon Sep 17 00:00:00 2001 From: josedario87 Date: Mon, 13 Oct 2025 01:00:02 -0600 Subject: [PATCH] Separate icon purposes to avoid any maskable warning - Split icon-512x512.png into two separate entries - One with purpose 'any' and one with purpose 'maskable' - Avoids platform padding issues with combined purposes --- nuxt4/nuxt.config.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nuxt4/nuxt.config.ts b/nuxt4/nuxt.config.ts index 757afa0..92e56cf 100644 --- a/nuxt4/nuxt.config.ts +++ b/nuxt4/nuxt.config.ts @@ -45,7 +45,13 @@ export default defineNuxtConfig({ src: '/icon-512x512.png', sizes: '512x512', type: 'image/png', - purpose: 'any maskable' + purpose: 'any' + }, + { + src: '/icon-512x512.png', + sizes: '512x512', + type: 'image/png', + purpose: 'maskable' } ], screenshots: [