{
    "name": "Taxi Driver Cliente",
    "short_name": "Taxi Driver",
    "id": "/",
    "description": "Solicita tu taxi de forma rápida y segura.",
    "start_url": "index.php",
    "scope": "./",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "icons": [
        {
            "src": "icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "orientation": "portrait",
    "dir": "ltr",
    "lang": "es-ES"
}