{
    "id": "/",
    "name": "Icecream Shop",
    "short_name": "Icecream Shop",
    "description": "Icecream Shop – Order fresh ice creams and manage deliveries",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#fff2b2",
    "theme_color": "#ffffff",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/public/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ]
}