Include the orientation option to manifest.json

This commit is contained in:
Silvio Leite
2018-10-29 19:43:41 -03:00
parent 8bd401827d
commit a23888f6e1
3 changed files with 3 additions and 0 deletions

View File

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