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:
commit
669c28063d
|
@ -62,6 +62,7 @@ export default defineConfig(() => {
|
||||||
name: 'Soapbox',
|
name: 'Soapbox',
|
||||||
short_name: 'Soapbox',
|
short_name: 'Soapbox',
|
||||||
description: 'A social media frontend with a focus on custom branding and ease of use.',
|
description: 'A social media frontend with a focus on custom branding and ease of use.',
|
||||||
|
theme_color: '#0482d8',
|
||||||
},
|
},
|
||||||
srcDir: 'src/service-worker',
|
srcDir: 'src/service-worker',
|
||||||
filename: 'sw.ts',
|
filename: 'sw.ts',
|
||||||
|
|
Loading…
Reference in New Issue