{
    "name": "Meet Me in the Middle",
    "short_name": "MeetMiddle",
    "description": "Find the perfect meeting spot for your group in real time",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#8bc34a",
    "icons": [
        {
            "src": "/icon-192.webp",
            "sizes": "192x192",
            "type": "image/webp"
        },
        {
            "src": "/icon-512.webp",
            "sizes": "512x512",
            "type": "image/webp"
        }
    ]
}