{
    "name": "Vijetha Convention Hall",
    "short_name": "Vijetha",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f0c29",
    "theme_color": "#6C1CE1",
    "description": "Premium event venue booking and management system for Vijetha Convention Hall, Guntur, Andhra Pradesh.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": ["business", "entertainment", "lifestyle"],
    "lang": "en-IN",
    "dir": "ltr",
    "scope": "/",
    "id": "vijethaconvention.com",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Book Now",
            "short_name": "Book",
            "description": "Start a new venue booking",
            "url": "/customer",
            "icons": [{"src": "icons/Icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "My Bookings",
            "short_name": "Bookings",
            "description": "View my existing bookings",
            "url": "/customer/bookings",
            "icons": [{"src": "icons/Icon-192.png", "sizes": "192x192"}]
        }
    ]
}
