{
    "name": "Presentation Schedule",
    "short_name": "Presentations",
    "description": "Live Presentation schedule with real-time session updates, VAPID push alerts before talks, .ics calendar exports, and a Presentations.Now view. Installable PWA.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/static/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/images/badge-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "monochrome"
        },
        {
            "src": "/static/images/notification-icon-192-v2.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "monochrome"
        }
    ],
    "categories": ["productivity", "events"],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Presentations.Now",
            "short_name": "Now",
            "description": "View currently running sessions",
            "url": "/now",
            "icons": [
                {
                    "src": "/static/images/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "My Alerts",
            "short_name": "Alerts",
            "description": "View and manage your scheduled session alerts",
            "url": "/notifications",
            "icons": [
                {
                    "src": "/static/images/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}
