From b9a9cf6cf86ce22039913eb0cb30cadd3695d2a9 Mon Sep 17 00:00:00 2001 From: Timon Ostertun Date: Wed, 23 Sep 2020 20:03:27 +0200 Subject: [PATCH] Fix manifest --- manifest.json.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json.php b/manifest.json.php index 7e331d9..aaad555 100644 --- a/manifest.json.php +++ b/manifest.json.php @@ -9,9 +9,9 @@ "version": "1.0", "lang" : "de", "name" : "Regatten.net ", - "scope" : "/", + "scope" : "/", "display" : "standalone", - "start_url" : "/index", + "start_url" : "/index", "short_name" : "", "description" : "Regatta-Termine, Ergebnisse und Ranglisten", "orientation" : "portrait",