mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-21 23:33:07 +00:00
feat: Mobile improvements and Add selective file staging and improve branch switching
This commit is contained in:
44
apps/ui/public/manifest.json
Normal file
44
apps/ui/public/manifest.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user