commit 1c935030b67abc3d3739df91acfef3e5c9384306
parent 513f622f72f35a245cdddeb089f7501ec65cefdb
Author: Robin Linus <robin_woll@capira.de>
Date: Thu, 31 Dec 2015 10:46:20 +0100
Allow orientation landscape for installed app
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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"
}