{
    "name": "Customer App",
    "short_name": "Mobile App",
    "description": "Customer App for easy ordering and rewards tracking.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#b91c1c",
    "icons": [
        {
            "src": "/window.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "/window.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        }
    ]
}