From 1c935030b67abc3d3739df91acfef3e5c9384306 Mon Sep 17 00:00:00 2001 From: Robin Linus Date: Thu, 31 Dec 2015 10:46:20 +0100 Subject: [PATCH] Allow orientation landscape for installed app --- app/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index 18cd480..05ab83b 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -25,6 +25,5 @@ "background_color": "#3367d6", "start_url": "index.html", "display": "standalone", - "theme_color": "#3367d6", - "orientation": "portrait" + "theme_color": "#3367d6" }