diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index 83b58fdb8..4fe16f81c 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -35,6 +35,7 @@ export async function generateMetadata(): Promise { const iconURL = `/api/v1/info/icon/512x512`; return { + manifest: "manifest.json", title: info.title, description: info.description, themeColor: themeColour,