{
    "name": "Eatable",
    "short_name": "Eatable",
    "description": "Find and share food you can actually eat — filtered by your dietary needs.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#09090a",
    "theme_color": "#877eff",
    "icons": [
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/assets/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
