From 3170d211773f9edc0d5a719270756779780f0143 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 1 Nov 2018 20:08:04 +0900 Subject: [PATCH] Removes "display": "standalone" from manifest (#2096) --- dist/site.webmanifest | 3 +-- src/site.webmanifest | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dist/site.webmanifest b/dist/site.webmanifest index 42f552a22b..222ae169e9 100644 --- a/dist/site.webmanifest +++ b/dist/site.webmanifest @@ -8,6 +8,5 @@ }], "start_url": "/?utm_source=homescreen", "background_color": "#fafafa", - "theme_color": "#fafafa", - "display": "standalone" + "theme_color": "#fafafa" } diff --git a/src/site.webmanifest b/src/site.webmanifest index 42f552a22b..222ae169e9 100644 --- a/src/site.webmanifest +++ b/src/site.webmanifest @@ -8,6 +8,5 @@ }], "start_url": "/?utm_source=homescreen", "background_color": "#fafafa", - "theme_color": "#fafafa", - "display": "standalone" + "theme_color": "#fafafa" }