{
    "name": "Fitness Tracker",
    "short_name": "Fitness",
    "description": "Photo-first fitness, calorie & macro tracker for Indian food",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0a0a0a",
    "theme_color": "#4c6ae5",
    "icons": [
        { "src": "/icons/logo-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
        { "src": "/icons/logo-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
    ],
    "shortcuts": [
        {
            "name": "Log a meal",
            "short_name": "Log meal",
            "description": "Take a photo and log a meal",
            "url": "/capture",
            "icons": [{ "src": "/icons/logo-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
