26 lines
680 B
JSON
26 lines
680 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": "/search",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#000000",
|
|
"categories": ["search", "ai", "productivity"],
|
|
"icons" : [
|
|
{
|
|
"src": "/favicon.ico",
|
|
"sizes": "any",
|
|
"type": "image/x-icon"
|
|
}
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"src": "/app/opengraph-image.png",
|
|
"type": "image/png",
|
|
"sizes": "1200x630",
|
|
"form_factor": "wide"
|
|
}
|
|
]
|
|
}
|