{
    "name": "FleetQ",
    "short_name": "FleetQ",
    "id": "/",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "description": "AI Agent Mission Control — build, orchestrate, and monitor AI agent fleets",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#2563eb",
    "orientation": "portrait-primary",
    "categories": ["productivity", "developer-tools", "utilities"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard",
            "icons": [{ "src": "/icons/shortcut-dashboard-96.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Experiments",
            "short_name": "Experiments",
            "url": "/experiments",
            "icons": [{ "src": "/icons/shortcut-experiment-96.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "Approvals",
            "short_name": "Approvals",
            "url": "/approvals",
            "icons": [{ "src": "/icons/shortcut-approvals-96.png", "sizes": "96x96", "type": "image/png" }]
        },
        {
            "name": "New Crew",
            "short_name": "Crew",
            "description": "Create a new agent crew",
            "url": "/crews/create",
            "icons": [{ "src": "/icons/shortcut-crew-96.png", "sizes": "96x96", "type": "image/png" }]
        }
    ],
    "file_handlers": [
        {
            "action": "/workflows/create",
            "accept": {
                "application/json": [".json"],
                "text/yaml": [".yaml", ".yml"]
            }
        }
    ]
}
