From e3461ffd0dac6476173bdae8f229393bbfa9b605 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Tue, 9 Feb 2021 00:18:54 -0500 Subject: [PATCH] manifest.json: force landscape orientation --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7ab02ca..5315723 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,6 @@ "start_url": "./index.html", "display": "fullscreen", "theme_color": "#1f9b92", - "background_color": "#000000" + "background_color": "#000000", + "orientation": "landscape" }