diff --git a/app/manifest.json b/app/manifest.json
new file mode 100644
index 0000000..2d31d86
--- /dev/null
+++ b/app/manifest.json
@@ -0,0 +1,18 @@
+{
+ "name": "MiniPerplx - AI-powered Search Engine",
+ "short_name": "MiniPerplx",
+ "description": "A minimalistic AI-powered search engine that helps you find information on the internet using advanced AI models like GPT-4, Claude, and Grok",
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#ffffff",
+ "theme_color": "#000000",
+ "categories": ["search", "ai", "productivity"],
+ "screenshots": [
+ {
+ "src": "/app/opengraph-image.png",
+ "type": "image/png",
+ "sizes": "1200x630",
+ "form_factor": "wide"
+ }
+ ]
+}
diff --git a/app/search/page.tsx b/app/search/page.tsx
index e514f87..757bf99 100644
--- a/app/search/page.tsx
+++ b/app/search/page.tsx
@@ -131,6 +131,7 @@ import { Separator } from '@/components/ui/separator';
import { ChartTypes } from '@e2b/code-interpreter';
import { TrendingQuery } from '../api/trending/route';
import { FlightTracker } from '@/components/flight-tracker';
+import { InstallPrompt } from '@/components/InstallPrompt';
export const maxDuration = 60;
@@ -2698,6 +2699,7 @@ const Home = () => {
return (
+ To install this app on your iOS device, tap the share button + + {' '} + ⎋{' '} + + and then "Add to Home Screen" + + {' '} + ➕{' '} + + . +
+ )} +