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

@@ -35,6 +35,8 @@ Configure your app name, description, and icons in settings.py:
PWA_APP_NAME = 'My Kickass App'
PWA_APP_DESCRIPTION = "Do kickass things all day long without that pesky browser chrome"
PWA_APP_THEME_COLOR = '#0A0302'
PWA_APP_DISPLAY = 'standalone'
PWA_APP_START_URL = '/'
PWA_APP_ICONS = [
{
'src': '/static/images/my_app_icon.png',