From 78f8ee61ea785028ab247a17c32e208b376f6d6f Mon Sep 17 00:00:00 2001 From: coliff Date: Mon, 29 Oct 2018 23:29:40 +0900 Subject: [PATCH] Removes "display": "standalone" from manifest --- 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" }