From 0222a3becdc5917d752ac0fb5a40154f7462ee1b Mon Sep 17 00:00:00 2001 From: kKaskak <117831817+kKaskak@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:50:48 +0200 Subject: [PATCH] fix: PWA orientation --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3eed1569b..94912c2a4 100644 --- a/manifest.json +++ b/manifest.json @@ -34,7 +34,7 @@ "start_url": "https://web.stremio.com", "scope": "https://web.stremio.com", "display": "standalone", - "orientation": "natural", + "orientation": "any", "theme_color": "#2a2843", "background_color": "#161523" } \ No newline at end of file