Include BACKGROUND_COLOR to config options

This commit is contained in:
Silvio Leite
2018-08-13 17:17:22 -03:00
parent d2a15f4ec4
commit bf77efaa1b
4 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"description": {{ PWA_APP_DESCRIPTION|js }},
"start_url": {{ PWA_APP_START_URL|js }},
"display": {{ PWA_APP_DISPLAY|js }},
"background_color": "#fff",
"background_color": {{ PWA_APP_BACKGROUND_COLOR|js }},
"theme_color": {{ PWA_APP_THEME_COLOR|js }},
"icons": {{ PWA_APP_ICONS|js }}
}