{
    "name": "Lynk-X",
    "short_name": "Lynk-X",
    "description": "Experience the ultimate event app — discover, attend, and connect through live events.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#000000",
    "theme_color": "#20F928",
    "prefer_related_applications": false,
    "categories": ["entertainment", "social", "lifestyle"],
    "shortcuts": [
        {
            "name": "Discover Events",
            "short_name": "Discover",
            "description": "Browse upcoming events near you",
            "url": "/",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "My Tickets",
            "short_name": "Tickets",
            "description": "View and manage your tickets",
            "url": "/tickets",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.webp",
            "sizes": "192x192",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.webp",
            "sizes": "192x192",
            "type": "image/webp",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}
