diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 0000000..6e638ab
Binary files /dev/null and b/public/apple-touch-icon.png differ
diff --git a/public/favicon-96x96.png b/public/favicon-96x96.png
new file mode 100644
index 0000000..08f5e10
Binary files /dev/null and b/public/favicon-96x96.png differ
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..9d12739
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/public/favicon.svg b/public/favicon.svg
index 5fb33ce..70c6c75 100644
--- a/public/favicon.svg
+++ b/public/favicon.svg
@@ -1,56 +1,10 @@
-
-
+
\ No newline at end of file
diff --git a/public/site.webmanifest b/public/site.webmanifest
new file mode 100644
index 0000000..4414029
--- /dev/null
+++ b/public/site.webmanifest
@@ -0,0 +1,21 @@
+{
+ "name": "Candle Annotator",
+ "short_name": "Candle Annotator",
+ "icons": [
+ {
+ "src": "/web-app-manifest-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "/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/public/web-app-manifest-192x192.png b/public/web-app-manifest-192x192.png
new file mode 100644
index 0000000..73ac7b4
Binary files /dev/null and b/public/web-app-manifest-192x192.png differ
diff --git a/public/web-app-manifest-512x512.png b/public/web-app-manifest-512x512.png
new file mode 100644
index 0000000..f8cbe55
Binary files /dev/null and b/public/web-app-manifest-512x512.png differ
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 307b1eb..e5e3822 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -21,6 +21,18 @@ const jetbrainsMono = JetBrains_Mono({
export const metadata: Metadata = {
title: "Candle Annotator",
description: "Annotate candlestick charts for ML training",
+ icons: {
+ icon: [
+ { url: "/favicon.ico", rel: "shortcut icon" },
+ { url: "/favicon-96x96.png", sizes: "96x96", type: "image/png" },
+ { url: "/favicon.svg", type: "image/svg+xml" },
+ ],
+ apple: [{ url: "/apple-touch-icon.png", sizes: "180x180" }],
+ },
+ manifest: "/site.webmanifest",
+ appleWebApp: {
+ title: "Candle Annotator",
+ },
};
export default function RootLayout({