From 7d645e0a54ad393b28b49380ef3b76f0563a07b5 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 10 Nov 2024 15:25:54 -0600 Subject: [PATCH] Add a theme color to webmanifest --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index f7c890b94..c056a0a4d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -62,6 +62,7 @@ export default defineConfig(() => { name: 'Soapbox', short_name: 'Soapbox', description: 'A social media frontend with a focus on custom branding and ease of use.', + theme_color: '#0482d8', }, srcDir: 'src/service-worker', filename: 'sw.ts',