{
    "name": "DietNote (BETA) - AI Health Tracker",
    "short_name": "DietNote β",
    "description": "AI-powered health and lifestyle tracking with smart meal and workout analysis (Beta Version)",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FAF9F6",
    "theme_color": "#FF9B9B",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "32x32",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}