{
    "name": "Middlemist",
    "short_name": "Middlemist",
    "description": "Your living bouquet — watch it bloom and wilt over time.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#FAF5EF",
    "theme_color": "#D14B5A",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}