{
    "id": "cargoflow-turnos",
    "name": "CargoFlow Turnos App",
    "short_name": "CargoFlow Turnos",
    "description": "Gestión de turnos eficiente",
    "lang": "es-ES",
    "start_url": "./index",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#0055aa",
    "icons": [
        {
            "src": "images/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "images/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": []
}