feat(status_bar): Make status bar style configurable

This commit is contained in:
Silvio Leite
2020-05-30 18:00:17 -03:00
parent 43a8131e8e
commit 8e39aebe17
6 changed files with 8 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="{{ PWA_APP_NAME }}">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-status-bar-style" content="{{ PWA_APP_STATUS_BAR_COLOR }}">
{% if PWA_APP_ICONS_APPLE %}
{% for icon in PWA_APP_ICONS_APPLE %}