Merge branch 'pwa-theme-color' into 'main'

Add a theme color to webmanifest

See merge request soapbox-pub/soapbox!3234
This commit is contained in:
Alex Gleason 2024-11-10 21:32:01 +00:00
commit 669c28063d
1 changed files with 1 additions and 0 deletions

View File

@ -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',