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",