{
    "name": "DROP TRAX - Interactive DJ Song Request Platform",
    "short_name": "DROP TRAX",
    "description": "Connect DJs with their audience through real-time song requests. Perfect for weddings, parties, and events.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#121212",
    "theme_color": "#8C52FF",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "categories": ["music", "entertainment", "productivity"],
    "icons": [
        {
            "src": "/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/img/landing.jpg",
            "sizes": "1200x800",
            "type": "image/jpeg",
            "platform": "wide",
            "label": "DROP TRAX Homepage"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Event",
            "short_name": "Create",
            "description": "Create a new music event",
            "url": "/create-event.php",
            "icons": [
                {
                    "src": "/favicon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Join Event",
            "short_name": "Join",
            "description": "Join an existing event",
            "url": "/request/",
            "icons": [
                {
                    "src": "/favicon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Access your DJ dashboard",
            "url": "/dashboard.php",
            "icons": [
                {
                    "src": "/favicon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}