{
    "name": "Tasks - ADHD Productivity App",
    "short_name": "Tasks",
    "description": "For ADHD minds fuelled by interest, not busywork",
    "scope": "/",
    "id": "/",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1B84F8",
    "orientation": "any",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": ["productivity", "lifestyle"],
    "screenshots": [
        {
            "src": "/screenshot-1-wide.png",
            "sizes": "1920x1080",
            "form_factor": "wide",
            "type": "image/png",
            "label": "Desktop view showing Today's Focus view"
        },
        {
            "src": "/screenshot-2.png",
            "sizes": "1920x1080",
            "form_factor": "wide",
            "type": "image/png",
            "label": "Desktop view showing Focus Timer"
        }
    ]
}