{
    "name": "Life Tracker",
    "short_name": "LifeTracker",
    "description": "Track your daily life habits and health",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#F5F1EC",
    "theme_color": "#E8634A",
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
