From dccf7c6c8de0da0f25ad77e20822fb4fbf68a61a Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 17 Jan 2021 15:59:28 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20PWA=20optimizations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.webmanifest | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 51d6ea3c..779cc84b 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -1,11 +1,18 @@ { "name": "Lauf für Kaya! - Admin", "short_name": "LfK!Admin", - "start_url": ".", + "start_url": "/?utm_source=pwa", + "orientation": "portrait-primary", "display": "standalone", "background_color": "#fff", "theme_color": "#fff", "description": "Lauf für Kaya! - Admin", + "shortcuts": [ + { + "name": "Users", + "url": "/users/?utm_source=pwa" + } + ], "icons": [ { "src": "/favicon.png",