Use hex values & add theme_color in manifest.json
It looks like support for hsl color values within the manifest is limited so we have to convert the colors to hex
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"name": "{{ .App.Config.Branding.AppName }}",
|
||||
"display": "standalone",
|
||||
"background_color": "{{ .App.Config.Branding.AppBackgroundColor }}",
|
||||
"theme_color": "{{ .App.Config.Branding.AppBackgroundColor }}",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
|
||||
Reference in New Issue
Block a user