{
    "short_name": "Foodia",
    "name": "Foodia",
    "description": "Foodia - Your favorite hyperlocal food delivery app! Browse and order from a variety of stores and street food vendors near you.",
    "scope": "/",
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#ff6c00",
    "background_color": "#ffffff",
    "orientation": "portrait",
    "id": "1.0.0",
    "icons": [
        {
            "src": "storage/icons/delivery-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "storage/icons/delivery-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "categories": [
        "food",
        "delivery",
        "lifestyle",
        "store",
        "shopping"
    ]
}