miniperplx/app/manifest.json
2024-12-20 17:47:11 -08:00

19 lines
563 B
JSON

{
"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"
}
]
}