{
    "name": "DANGIT Task Brain",
    "short_name": "Tasks",
    "description": "ADHD-friendly capture-first task list",
    "start_url": "/tasks",
    "scope": "/tasks",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f0f1a",
    "theme_color": "#ffcc00",
    "icons": [
        {
            "src": "icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}
