{
    "name": "FunInvite - Event Management Platform",
    "short_name": "FunInvite",
    "description": "Create, discover and manage amazing events. From birthday parties to corporate meetings, plan memorable gatherings with our intuitive platform.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0f766e",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "categories": ["productivity", "lifestyle", "social"],
    "icons": [
        {
            "src": "/static/images/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/static/images/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/static/images/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/static/images/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/static/images/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/static/images/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/static/images/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/static/images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Event",
            "short_name": "Create",
            "description": "Create a new event",
            "url": "/events/create/",
            "icons": [{ "src": "/static/images/shortcut-create.png", "sizes": "96x96" }]
        },
        {
            "name": "Discover Events",
            "short_name": "Discover",
            "description": "Find events near you",
            "url": "/events/",
            "icons": [{ "src": "/static/images/shortcut-discover.png", "sizes": "96x96" }]
        },
        {
            "name": "My Events",
            "short_name": "My Events",
            "description": "View your registered events",
            "url": "/events/my/",
            "icons": [{ "src": "/static/images/shortcut-my-events.png", "sizes": "96x96" }]
        }
    ],
    "share_target": {
        "action": "/events/create/",
        "method": "GET",
        "params": {
            "title": "name",
            "text": "description",
            "url": "website"
        }
    },
    "protocol_handlers": [
        {
            "protocol": "web+funinvite",
            "url": "/events/join/?code=%s"
        }
    ]
}
