{
    "name": "Birds — Find Your Flock",
    "short_name": "Birds",
    "description": "A dating app inspired by nature. Browse profiles, connect authentically.",
    "start_url": "/feed",
    "display": "standalone",
    "background_color": "#F5F2EB",
    "theme_color": "#1C1917",
    "orientation": "portrait",
    "categories": ["social", "lifestyle"],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}