{
    "name": "TODO",
    "short_name": "TODO",
    "description": "A simple TODO board PWA for managing tasks",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f5f6f8",
    "theme_color": "#4A90E2",
    "orientation": "any",
    "icons": [
        {
            "src": "logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "favicon.ico",
            "sizes": "32x32",
            "type": "image/x-icon"
        }
    ]
}
