{
    "name": "Maisha App",
    "short_name": "Maisha",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#317EFB",
    "icons": [
        {
            "src": "icons/cm.webp",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/cmapp/static/img/cm.webp",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
