{
    "name": "Retail App",
    "short_name": "Retail App",
    "description": "Discover and try on the latest fashion trends with AI-powered search",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#8B5CF6",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "any",
            "type": "image/svg+xml"
        },
        {
            "src": "/icon",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/apple-icon",
            "sizes": "180x180",
            "type": "image/png"
        }
    ]
}