{
    "name": "GathrUp",
    "short_name": "GathrUp",
    "description": "Your Ultimate Party Planner. Plan your dream event with ease.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#F1F0FE",
    "theme_color": "#7A6AD8",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["productivity", "lifestyle"],
    "icons": [
        {
            "src": "/static/images/192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/static/images/512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Event",
            "short_name": "New Event",
            "description": "Create a new event",
            "url": "/create-event",
            "icons": [
                {
                    "src": "/static/images/192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}