{
    "name": "Laundrix — Premium Laundry",
    "short_name": "Laundrix",
    "description": "Schedule pickups, track orders live and manage your laundry — anywhere.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#F8FAFC",
    "theme_color": "#0EA5E9",
    "lang": "en",
    "categories": ["lifestyle", "utilities", "business"],
    "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/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Track my order",
            "short_name": "Track",
            "url": "/?shortcut=track",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Schedule pickup",
            "short_name": "Pickup",
            "url": "/?shortcut=pickup",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Contact support",
            "short_name": "Support",
            "url": "/contact",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
