From 7bc9d881de34a6721b0abb7ba5685b10e22e8550 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Mon, 13 Jul 2020 11:54:06 -0400 Subject: [PATCH] Force portrait orientation on webmanifest --- client/src/manifest.webmanifest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest index 71190b6..1d92f72 100644 --- a/client/src/manifest.webmanifest +++ b/client/src/manifest.webmanifest @@ -4,6 +4,7 @@ "theme_color": "#1e1e1e", "background_color": "#1e1e1e", "display": "standalone", + "orientation": "portrait", "scope": "./", "start_url": "./", "icons": [ @@ -56,4 +57,4 @@ "purpose": "maskable any" } ] -} +} \ No newline at end of file