{
    "name": "Musti — Online Shopping",
    "short_name": "Musti",
    "description": "Shop the best products at the best prices on Musti marketplace.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#f5f0eb",
    "orientation": "portrait-primary",
    "categories": ["shopping", "lifestyle"],
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "My Cart",
            "short_name": "Cart",
            "url": "/cart",
            "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "My Orders",
            "short_name": "Orders",
            "url": "/account/orders",
            "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
        }
    ]
}
