diff --git a/public/logo-maskable-512.png b/public/logo-maskable-512.png new file mode 100644 index 00000000..2aa8608e Binary files /dev/null and b/public/logo-maskable-512.png differ diff --git a/vite.config.js b/vite.config.js index e762e750..fb906535 100644 --- a/vite.config.js +++ b/vite.config.js @@ -35,6 +35,12 @@ export default defineConfig({ sizes: '512x512', type: 'image/png', }, + { + src: 'logo-maskable-512.png', + sizes: '512x512', + type: 'image/png', + purpose: 'maskable', + }, ], }, strategies: 'injectManifest',