Removes "display": "standalone" from manifest (#2096)

This commit is contained in:
Christian Oliff
2018-11-01 20:08:04 +09:00
committed by Rob Larsen
parent 570a5ef6ac
commit 3170d21177
2 changed files with 2 additions and 4 deletions

View File

@@ -8,6 +8,5 @@
}],
"start_url": "/?utm_source=homescreen",
"background_color": "#fafafa",
"theme_color": "#fafafa",
"display": "standalone"
"theme_color": "#fafafa"
}

View File

@@ -8,6 +8,5 @@
}],
"start_url": "/?utm_source=homescreen",
"background_color": "#fafafa",
"theme_color": "#fafafa",
"display": "standalone"
"theme_color": "#fafafa"
}