Add a theme color to webmanifest

This commit is contained in:
Alex Gleason 2024-11-10 15:25:54 -06:00
parent cdfd02c2d4
commit 7d645e0a54
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
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',