From 0ee80ba0e86ba4831950c8378ebec4e1c1d2c432 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 1 Feb 2021 11:16:57 -0600 Subject: [PATCH] manifest: add default orientation --- public/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/manifest.json b/public/manifest.json index 2a9da332..4be45a08 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -20,6 +20,7 @@ ], "start_url": ".", "display": "fullscreen", + "orientation": "landscape", "theme_color": "#000000", "background_color": "#ffffff" }