From 98b84fe9eacf24e858820b7c5bc01aa5da873714 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 15 Sep 2023 14:30:25 -0500 Subject: add a 512x512 icon Signed-off-by: Matt Strapp --- app/static/pwa-512x512.png | Bin 0 -> 8421 bytes app/vite.config.ts | 8 ++++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 app/static/pwa-512x512.png (limited to 'app') diff --git a/app/static/pwa-512x512.png b/app/static/pwa-512x512.png new file mode 100644 index 0000000..950ac9b Binary files /dev/null and b/app/static/pwa-512x512.png differ diff --git a/app/vite.config.ts b/app/vite.config.ts index 418d60c..33f2399 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -27,8 +27,12 @@ export default defineConfig({ { src: '/favicon.svg', sizes: 'any', - type: 'image/svg+xml', - purpose: 'any maskable' + type: 'image/svg+xml' + }, + { + src: '/pwa-512x512.png', + sizes: '512x512', + type: 'image/png' } ], id: "/", -- cgit v1.2.3