Remove coma after PWA_APP_SCOPE causing it to be understood as a tuple
This caused to "property 'scope' ignored, type string expected" warning in Chrome
This commit is contained in:
committed by
GitHub
parent
6ba28177ce
commit
ba8cddc3f4
@@ -45,7 +45,7 @@ PWA_APP_DESCRIPTION = "My app description"
|
|||||||
PWA_APP_THEME_COLOR = '#0A0302'
|
PWA_APP_THEME_COLOR = '#0A0302'
|
||||||
PWA_APP_BACKGROUND_COLOR = '#ffffff'
|
PWA_APP_BACKGROUND_COLOR = '#ffffff'
|
||||||
PWA_APP_DISPLAY = 'standalone'
|
PWA_APP_DISPLAY = 'standalone'
|
||||||
PWA_APP_SCOPE = '/',
|
PWA_APP_SCOPE = '/'
|
||||||
PWA_APP_ORIENTATION = 'any'
|
PWA_APP_ORIENTATION = 'any'
|
||||||
PWA_APP_START_URL = '/'
|
PWA_APP_START_URL = '/'
|
||||||
PWA_APP_ICONS = [
|
PWA_APP_ICONS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user