{
    "name": "Zenith Commerce",
    "short_name": "Zenith",
    "description": "Premium Luxury Shopping Experience - Powered by AI",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#4f46e5",
    "categories": [
        "shopping",
        "technology",
        "fashion"
    ],
    "icons": [
        {
            "src": "https://images.unsplash.com/photo-1596524430615-b46475ddff6e?auto=format&fit=crop&q=80&w=192&h=192",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "https://images.unsplash.com/photo-1596524430615-b46475ddff6e?auto=format&fit=crop&q=80&w=512&h=512",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Shop Now",
            "short_name": "Shop",
            "url": "/shop",
            "icons": [
                {
                    "src": "https://images.unsplash.com/photo-1596524430615-b46475ddff6e?auto=format&fit=crop&q=80&w=192&h=192",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Track Order",
            "short_name": "Track",
            "url": "/track-order",
            "icons": [
                {
                    "src": "https://images.unsplash.com/photo-1596524430615-b46475ddff6e?auto=format&fit=crop&q=80&w=192&h=192",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}