{
    "id": "/",
    "name": "TwoPlus",
    "short_name": "TwoPlus",
    "description": "AI Workforce Management Platform — manage agents, teams, and workflows",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "background_color": "#ffffff",
    "theme_color": "#7C3AED",
    "orientation": "any",
    "lang": "en-US",
    "categories": ["business", "productivity"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/dashboard.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "TwoPlus Dashboard"
        },
        {
            "src": "/screenshots/org-chart.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Org Chart View"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Open the main dashboard",
            "url": "/dashboard",
            "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
        },
        {
            "name": "Team",
            "short_name": "Team",
            "description": "View your org chart",
            "url": "/dashboard/team",
            "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
        }
    ]
}