{
    "name": "Snuggle",
    "short_name": "Snuggle",
    "description": "Baby sleep tracker for the whole family.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#7C6FCD",
    "background_color": "#1A1728",
    "icons": [
        {
            "src": "/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
