From ba8cddc3f4e9d913f55d74e1837a05380874ce17 Mon Sep 17 00:00:00 2001 From: Eerik Sven Puudist <35540617+eeriksp@users.noreply.github.com> Date: Fri, 6 Sep 2019 16:48:10 +0300 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c896004..0f9944b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ PWA_APP_DESCRIPTION = "My app description" PWA_APP_THEME_COLOR = '#0A0302' PWA_APP_BACKGROUND_COLOR = '#ffffff' PWA_APP_DISPLAY = 'standalone' -PWA_APP_SCOPE = '/', +PWA_APP_SCOPE = '/' PWA_APP_ORIENTATION = 'any' PWA_APP_START_URL = '/' PWA_APP_ICONS = [