From c6e5752bd5fa66684994dac7021f01f12b09b09d Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 10 Jul 2016 14:01:51 +0200 Subject: [PATCH] Force web app orientation to portrait --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 14f7835..5a23b99 100644 --- a/manifest.json +++ b/manifest.json @@ -25,5 +25,6 @@ }], "lang": "en", "start_url": "./", - "theme_color": "#4F4F4F" + "theme_color": "#4F4F4F", + "orientation": "portrait" }