{
    "name": "Resvio",
    "short_name": "Resvio",
    "description": "Gestión de reservas para restaurantes",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#1a6fd4",
    "theme_color": "#1a6fd4",
    "orientation": "portrait",
    "id": "/dashboard",
    "scope": "/",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "16x16 32x32 48x48",
            "type": "image/x-icon"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
