{
    "name": "Senderos",
    "short_name": "Senderos",
    "description": "A conversation app for paths that meet.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0d14",
    "theme_color": "#0a0d14",
    "icons": [
        {
            "src": "/static/icon-192.png?v=2",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/icon-512.png?v=2",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/static/icon-512.png?v=2",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
