LLM / public /manifest.json
Rox-Turbo's picture
Update public/manifest.json
91c6269 verified
{
"id": "/",
"name": "Rox AI",
"short_name": "Rox AI",
"description": "Professional AI chat interface with multi-model support. Chat with advanced AI models for coding, analysis, creative tasks, and more.",
"start_url": "/",
"display": "standalone",
"display_override": ["standalone", "minimal-ui"],
"background_color": "#0f1a24",
"theme_color": "#0f1a24",
"orientation": "natural",
"scope": "/",
"lang": "en",
"dir": "ltr",
"categories": ["productivity", "utilities", "education", "developer tools"],
"launch_handler": {
"client_mode": ["navigate-existing", "auto"]
},
"icons": [
{
"src": "/icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-maskable-192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "maskable"
},
{
"src": "/icon-maskable-512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/screenshot-wide.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "Rox AI Desktop Interface"
},
{
"src": "/screenshot-mobile.png",
"sizes": "390x844",
"type": "image/png",
"form_factor": "narrow",
"label": "Rox AI Mobile Interface"
}
],
"shortcuts": [
{
"name": "New Chat",
"short_name": "New",
"description": "Start a new conversation",
"url": "/?action=new",
"icons": [{"src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml"}]
}
],
"related_applications": [],
"prefer_related_applications": false,
"edge_side_panel": {
"preferred_width": 400
}
}