{
    "name": "Bigi NYC",
    "short_name": "Bigi",
    "description": "Bigi NYC - Fashion eCommerce experience as a Progressive Web App.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "window-controls-overlay"],
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "orientation": "portrait",
    "categories": ["shopping", "fashion", "lifestyle"],
    "icons": [
        {
            "src": "/logo-negro.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/logo-negro.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Shop",
            "short_name": "Shop",
            "url": "/shop",
            "icons": [
                {
                    "src": "/logo-negro.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Wishlist",
            "short_name": "Wishlist",
            "url": "/wishlist",
            "icons": [
                {
                    "src": "/logo-negro.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
