{
    "name": "Makanbang",
    "short_name": "Makanbang",
    "theme_color": "#ffffff",
    "background_color": "#f44336",
    "display": "standalone",
    "start_url": "/",
    "icons": [
        {
            "src": "favicon.svg",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/svg+xml"
        },
        {
            "src": "/static/images/logos/logo192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/static/images/logos/logo512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
      
    ]
}