Add more customisable options

This commit is contained in:
joextodd
2017-02-14 21:54:26 +00:00
parent cdf73f87c6
commit 2977302cf9
3 changed files with 6 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
"name": {{ PWA_APP_NAME|js }},
"short_name": {{ PWA_APP_NAME|js }},
"description": {{ PWA_APP_DESCRIPTION|js }},
"start_url": "/",
"display": "standalone",
"start_url": {{ PWA_APP_START_URL|js }},
"display": {{ PWA_APP_DISPLAY|js }},
"background_color": "#fff",
"theme_color": {{ PWA_APP_THEME_COLOR|js }},
"icons": {{ PWA_APP_ICONS|js }}