{
    "name": "CalcMySleep - Sleep Cycle Calculator",
    "short_name": "CalcMySleep",
    "description": "Calculate optimal bedtime and wake-up times based on 90-minute sleep cycles",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1a365d",
    "categories": ["health", "utilities", "lifestyle"],
    "icons": [
        {
            "src": "./icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
