From 6aece9c30b5abc7fab83a7610aebd6f6ec8f7d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20K=C3=96KTA=C5=9E?= Date: Sun, 12 Jan 2020 23:27:45 +0300 Subject: [PATCH] Fixes in manifest --- static/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/manifest.json b/static/manifest.json index c9759bb..c4570f2 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -27,8 +27,9 @@ "background": { "persistent": false }, - "start_url": "https://exampleSite.com/", + "start_url": "/", "theme_color": "#fff", "background_color": "#fff", - "display": "standalone" + "display": "standalone", + "orientation" : "portrait" }