Add a theme color to webmanifest
This commit is contained in:
parent
cdfd02c2d4
commit
7d645e0a54
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue