{
    "name": "Baby Tracker",
    "short_name": "Baby",
    "description": "Track your baby's wake times, feeds, and diapers",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#fff0f5",
    "theme_color": "#ff6b9d",
    "icons": [
        {
            "src": "favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "apple-touch-icon.svg",
            "sizes": "180x180",
            "type": "image/svg+xml"
        }
    ]
}
