aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/layout.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-04 16:52:39 +0000
committerMohamedBassem <me@mbassem.com>2024-03-04 16:52:39 +0000
commit19f17b497a5f6a7619af9d099243af337e8fce5e (patch)
treeabfc437a8f1ec4a861a3784e5d4167cc213d79b4 /packages/web/app/layout.tsx
parentaf01de885fdf62b2364e3cec44b25007000c3d05 (diff)
downloadkarakeep-19f17b497a5f6a7619af9d099243af337e8fce5e.tar.zst
feature: Initial attempt at making the app a PWA
Diffstat (limited to 'packages/web/app/layout.tsx')
-rw-r--r--packages/web/app/layout.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/web/app/layout.tsx b/packages/web/app/layout.tsx
index ba4d82e8..b1790a1f 100644
--- a/packages/web/app/layout.tsx
+++ b/packages/web/app/layout.tsx
@@ -12,7 +12,16 @@ const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Hoarder",
+ applicationName: "Hoarder",
description: "Your AI powered second brain",
+ manifest: "/manifest.json",
+ appleWebApp: {
+ capable: true,
+ title: "Hoarder",
+ },
+ formatDetection: {
+ telephone: false,
+ },
};
export const viewport: Viewport = {