rollback the Background settings

This commit is contained in:
Silvio Leite
2018-08-14 08:35:14 -03:00
parent 7d399a8bfa
commit b8d87c8184
2 changed files with 2 additions and 1 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 }}
}