{
    "name": "Are You Alive?",
    "short_name": "AreUAlive",
    "description": "A lightweight, gamified daily check-in app that keeps you accountable and your loved ones informed.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#DC2626",
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}