{
    "name": "FoodFast - Food Ordering",
    "short_name": "FoodFast",
    "description": "Order delicious food via WhatsApp",
    "start_url": "/app/index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ff5a5f",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🍔</text></svg>",
            "sizes": "100x100",
            "type": "image/svg+xml"
        }
    ]
}