diff options
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/home.manifest.webmanifest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/home.manifest.webmanifest b/layouts/_default/home.manifest.webmanifest index a9bc818..0a84c55 100644 --- a/layouts/_default/home.manifest.webmanifest +++ b/layouts/_default/home.manifest.webmanifest @@ -9,6 +9,8 @@ "dir": "ltr", {{/* TODO: Get dir from lang */}}{{ end }} "start_url": "/index.html?homescreen=1", "display": "fullscreen", + "theme_color": "#ffffff", + "background_color": "#ffffff", "orientation": "natural", "shortcuts": [ {{ range $index, $m := site.Menus.main }} {{ if or (lt .Weight 900) site.IsServer }} {{- if $index }},{{ end }} |
