diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-07 21:07:01 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-07 21:21:40 -0500 |
| commit | eeb3cba1a2325a520993c38a7f309a22008fea1a (patch) | |
| tree | efb0a56d2f1af921917793f0bd5c27919576bd1e /src/app | |
| parent | a21ba337f6070f451f3d3ad172d3b54e9f93261d (diff) | |
Add manifest
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/layout.tsx | 17 |
1 files changed, 17 insertions, 0 deletions
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({ |
