{
    "name": "VibeNote",
    "short_name": "VibeNote",
    "description": "Voice-first ADHD-friendly notes and reminders",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#FFF8F0",
    "theme_color": "#FF6B6B",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
