From eeb3cba1a2325a520993c38a7f309a22008fea1a Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Thu, 7 Dec 2023 21:07:01 -0500 Subject: Add manifest --- src/app/layout.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/app') diff --git a/src/app/layout.tsx b/src/app/layout.tsx index db0a44a..2edc33c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -33,6 +33,23 @@ export const metadata: Metadata = { description: 'Spliit is a minimalist web application to share expenses with friends and family. No ads, no account, no problem.', }, + appleWebApp: { + capable: true, + title: 'Spliit', + }, + applicationName: 'Spliit', + icons: [ + { + url: '/public/android-chrome-192x192.png', + sizes: '192x192', + type: 'image/png', + }, + { + url: '/public/android-chrome-512x512.png', + sizes: '512x512', + type: 'image/png', + }, + ], } export default function RootLayout({ -- cgit v1.3