Add manifest

This commit is contained in:
Sebastien Castiel
2023-12-07 21:07:01 -05:00
parent a21ba337f6
commit eeb3cba1a2
3 changed files with 17 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -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({