Files
automaker/apps/ui/public/manifest.json

45 lines
1.0 KiB
JSON

{
"name": "Automaker - Autonomous AI Development Studio",
"short_name": "Automaker",
"description": "Build software autonomously with AI agents",
"start_url": "/",
"display": "standalone",
"background_color": "#09090b",
"theme_color": "#09090b",
"orientation": "any",
"scope": "/",
"id": "/",
"icons": [
{
"src": "/logo.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/logo_larger.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/automaker.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
],
"categories": ["developer", "productivity", "utilities"],
"lang": "en-US",
"dir": "ltr",
"launch_handler": {
"client_mode": "focus-existing"
},
"handle_links": "preferred",
"edge_side_panel": {
"preferred_width": 480
},
"prefer_related_applications": false,
"display_override": ["standalone", "minimal-ui"]
}