{
    "name": "Ordo — Cafe Management",
    "short_name": "Ordo",
    "description": "Modern cafe management and QR code ordering system.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#09090b",
    "theme_color": "#ea580c",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/api/icons/192",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/api/icons/512",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["business", "productivity"],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/dashboard",
            "description": "Go to your cafe dashboard"
        },
        {
            "name": "Orders",
            "url": "/dashboard/orders",
            "description": "View live orders"
        }
    ]
}
