{
    "name": "Wing — Performance starts with clarity",
    "short_name": "Wing",
    "description": "Premium AI fitness coach with Apple Health, gamified rings, and Future You.",
    "lang": "en",
    "scope": "/",
    "start_url": "/dashboard?source=pwa",
    "id": "/wing-app",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait",
    "theme_color": "#050505",
    "background_color": "#050505",
    "categories": ["health", "fitness", "lifestyle"],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Log meal",
            "short_name": "+ Meal",
            "description": "Quickly log a meal",
            "url": "/nutrition?action=add&source=shortcut",
            "icons": [
                { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
            ]
        },
        {
            "name": "AI Coach",
            "short_name": "Coach",
            "description": "Open your AI coach",
            "url": "/coach?source=shortcut",
            "icons": [
                { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
            ]
        },
        {
            "name": "Activity",
            "short_name": "Rings",
            "description": "View today's activity rings",
            "url": "/activity?source=shortcut",
            "icons": [
                { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
            ]
        }
    ],
    "prefer_related_applications": false
}
