{
    "name": "Cycle Signal",
    "short_name": "Cycle Signal",
    "description": "Private, offline cycle, symptom, and daily-routine tracking.",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#f7f3f7",
    "theme_color": "#6c3f72",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "./icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}