From 57e205f4e3bbdf0f1cb152d26630abd6fcb286ef Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Thu, 23 Apr 2020 14:53:53 +0200
Subject: [PATCH] [enh] FOrce display direction, in manifest.json

---
 www/manifest.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manifest.json b/www/manifest.json
index 3aa1c2bb7..6d2d82e7a 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -29,6 +29,7 @@
   ],
   "background_color": "#1a237e",
   "theme_color": "black",
+  "dir": "ltr",
   "start_url": "/#/app/home",
   "display": "standalone"
 }
-- 
GitLab