{
    "name": "Wafls - Smart Location Reminders",
    "short_name": "Wafls",
    "description": "Location-based reminders that learn your preferences",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#8E24AA",
    "orientation": "portrait-primary",
    "categories": ["productivity", "utilities"],
    "icons": [
        {
            "src": "/static/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
