{
    "name": "Mindful Space",
    "short_name": "Mindful",
    "description": "An intelligent workspace for mindful productivity. Capture thoughts, organize tasks, and reflect on your day.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#fcf8f1",
    "theme_color": "#5a8a72",
    "categories": [
        "productivity",
        "personalization",
        "lifestyle"
    ],
    "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"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot-mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Daily focused activity"
        }
    ]
}