{
    "name": "Converge",
    "short_name": "Converge",
    "description": "Connect, schedule, and navigate - your ultimate event companion app",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1a1a1a",
    "theme_color": "#FF9800",
    "orientation": "portrait-primary",
    "categories": [
        "entertainment",
        "lifestyle",
        "social"
    ],
    "icons": [
        {
            "src": "/icon-192x192.svg",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512x512.svg",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ]
}