{
    "id": "/",
    "name": "Vintro",
    "short_name": "Vintro",
    "description": "Luxury fashion marketplace to discover, shop, and track curated collections.",
    "scope": "/",
    "start_url": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "categories": ["shopping", "lifestyle", "fashion", "apparel", "e-commerce", "luxury", "marketplace", "curated", "collections", "trending", "new arrivals", "exclusive", "designer", "vintage", "sustainable"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "Shop new arrivals",
            "url": "/products",
            "description": "Jump straight into curated arrivals."
        },
        {
            "name": "Track my order",
            "url": "/track-order",
            "description": "Check bespoke order status instantly."
        },
        {
            "name": "Admin Login",
            "url": "/admin/login",
            "description": "Access the admin dashboard."
        }
    ]
}
