{
    "name": "ChoreTracker",
    "short_name": "Chores",
    "description": "Keep your home tidy, together.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f8f7f4",
    "theme_color": "#2C2C2A",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}