From dd207cc89f7d3a0b4a87c5a3c8c0a3922d16976d Mon Sep 17 00:00:00 2001 From: plarus Date: Tue, 15 Aug 2017 15:44:54 +0200 Subject: [PATCH] #5218 transform the www.osm.org webpage into a fullscreen web app --- app/assets/favicons/manifest.json.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/favicons/manifest.json.erb b/app/assets/favicons/manifest.json.erb index 8938f2cd9..29d0907bf 100644 --- a/app/assets/favicons/manifest.json.erb +++ b/app/assets/favicons/manifest.json.erb @@ -37,5 +37,7 @@ "type": "image\/png", "density": "4.0" } - ] + ], + "start_url": "index.html", + "display": "standalone" } -- 2.45.1