From 6e4242c513f8e80956f4fb083686dd41ddd39972 Mon Sep 17 00:00:00 2001 From: Ir1d Date: Mon, 26 Nov 2018 23:25:11 +0800 Subject: [PATCH] fix: change standalone to browser --- docs/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest.webmanifest b/docs/manifest.webmanifest index f71cfcef..461635a0 100644 --- a/docs/manifest.webmanifest +++ b/docs/manifest.webmanifest @@ -11,6 +11,6 @@ "sizes": "144x144" } ], - "display": "standalone", + "display": "browser", "start_url": "index.html?launcher=true" } -- 2.11.0