PWA: Darken splash screen background
This commit is contained in:
parent
0097da0b21
commit
0633436235
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@
|
|||
"scope": "{{ .config.BaseUri }}/",
|
||||
"start_url": "{{ .config.BaseUri }}/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#333333",
|
||||
"background_color": "#333333",
|
||||
"theme_color": "#0d0d0d",
|
||||
"background_color": "#0d0d0d",
|
||||
"permissions": [
|
||||
"geolocation",
|
||||
"downloads",
|
||||
|
|
Loading…
Reference in a new issue