diff --git a/app/apple-icon.png b/app/apple-icon.png new file mode 100644 index 0000000..87a7e21 Binary files /dev/null and b/app/apple-icon.png differ diff --git a/app/favicon.ico b/app/favicon.ico new file mode 100644 index 0000000..99860d8 Binary files /dev/null and b/app/favicon.ico differ diff --git a/app/icon.png b/app/icon.png new file mode 100644 index 0000000..34fa44e Binary files /dev/null and b/app/icon.png differ diff --git a/app/icon.svg b/app/icon.svg new file mode 100644 index 0000000..6912fd8 --- /dev/null +++ b/app/icon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index fd56b10..29aeddc 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -28,6 +28,7 @@ export default function RootLayout({ selfHosted={true} enabled={true} /> +
{children} diff --git a/app/manifest.json b/app/manifest.json new file mode 100644 index 0000000..483c752 --- /dev/null +++ b/app/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "Banger & Mash", + "short_name": "BAM", + "icons": [ + { + "src": "/favicon/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/favicon/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/app/page.tsx b/app/page.tsx index 8093399..930d09d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -5,7 +5,7 @@ export default function Page() { return (