From 6dd631b03a46d25d73f8cccffec8ab81ed2212b9 Mon Sep 17 00:00:00 2001 From: Raymond Berger Date: Sat, 3 Feb 2024 16:30:27 +0100 Subject: [PATCH] Update start_url to /groups page (#77) --- src/app/manifest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/manifest.ts b/src/app/manifest.ts index 6fdb9da..54d1ed8 100644 --- a/src/app/manifest.ts +++ b/src/app/manifest.ts @@ -6,7 +6,7 @@ export default function manifest(): MetadataRoute.Manifest { short_name: 'Spliit', description: 'A minimalist web application to share expenses with friends and family. No ads, no account, no problem.', - start_url: '/', + start_url: '/groups', display: 'standalone', background_color: '#fff', theme_color: '#047857',