diff --git a/routes/_app.tsx b/routes/_app.tsx
index cd1c11d..736c55e 100644
--- a/routes/_app.tsx
+++ b/routes/_app.tsx
@@ -19,6 +19,7 @@ export default function App({ route, Component, state }: PageProps
+
diff --git a/static/manifest.json b/static/manifest.json
new file mode 100644
index 0000000..fa0ccdf
--- /dev/null
+++ b/static/manifest.json
@@ -0,0 +1,22 @@
+{
+ "name": "bewCloud",
+ "short_name": "bewCloud",
+ "icons": [
+ {
+ "src": "/images/logomark.svg",
+ "sizes": "1024x1024 any",
+ "type": "image/svg+xml",
+ "purpose": "monochrome maskable"
+ },
+ {
+ "src": "/images/favicon.png",
+ "sizes": "1024x1024",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#51a4fb",
+ "background_color": "#1e293b",
+ "start_url": "/",
+ "display": "standalone",
+ "orientation": "portrait"
+}