Add the settings dir(Specifies the primary text direction for the name, short_name, and description) and the lang(Specifies the primary language for the values in the name and short_name) to manifest.json options

This commit is contained in:
Silvio Leite
2018-08-14 08:59:05 -03:00
parent b8d87c8184
commit 02e7f914e3
3 changed files with 8 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ PWA_APP_ICONS = [
'sizes': '160x160'
}
]
PWA_APP_DIR = 'ltr'
PWA_APP_LANG = 'en-US'
```
All settings are optional, and the app will work fine with its internal defaults. Highly recommend setting at least `PWA_APP_NAME` and `PWA_APP_DESCRIPTION`.