From 00a3f1add0587952e6043a21b132ebd3adce426d Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 15 Sep 2023 14:21:11 -0500 Subject: add some more defaults to the manifest Signed-off-by: Matt Strapp --- app/vite.config.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/vite.config.ts b/app/vite.config.ts index 59d8f0d..418d60c 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -27,9 +27,12 @@ export default defineConfig({ { src: '/favicon.svg', sizes: 'any', - type: 'image/svg+xml' + type: 'image/svg+xml', + purpose: 'any maskable' } - ] + ], + id: "/", + theme_color: '#000000', }, registerType: 'autoUpdate', workbox: { -- cgit v1.2.3