Updated manifest.json and serviceworker by adding scope parameter.
This commit is contained in:
@@ -12,6 +12,7 @@ class AppSettingsTest(TestCase):
|
||||
'PWA_APP_ROOT_URL',
|
||||
'PWA_APP_THEME_COLOR',
|
||||
'PWA_APP_BACKGROUND_COLOR',
|
||||
'PWA_APP_SCOPE',
|
||||
'PWA_APP_DISPLAY',
|
||||
'PWA_APP_ORIENTATION',
|
||||
'PWA_APP_START_URL',
|
||||
|
||||
@@ -31,6 +31,7 @@ class ManifestTest(TestCase):
|
||||
'"description":',
|
||||
'"start_url":',
|
||||
'"display":',
|
||||
'"scope":',
|
||||
'"background_color":',
|
||||
'"theme_color":',
|
||||
'"orientation":',
|
||||
|
||||
Reference in New Issue
Block a user