{
    "name": "MobXCar - Body Shop Management",
    "short_name": "MobXCar",
    "description": "Multi-tenant body shop management system — orders, clients, vehicles, and financials.",
    "start_url": "/dashboard",
    "id": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#2a6f90",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/icons/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "New Order",
            "short_name": "Order",
            "description": "Create a new service order",
            "url": "/orders/wizard",
            "icons": [{ "src": "/icons/favicon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Orders",
            "short_name": "Orders",
            "description": "View all orders",
            "url": "/orders",
            "icons": [{ "src": "/icons/favicon-96x96.png", "sizes": "96x96" }]
        }
    ]
}
