{
    "short_name":"Aplicación del Clima",
    "name":"Aplicación del clima PWA",
    "icons": [
        {
        "src": "/images/logo.png",
        "type": "image/png",
        "sizes": "1024x1024"
        }
    ],
    "start_url": "./",
    "display": "standalone",
    "theme_color": "#000000",
    "back_ground_color": "#ffffff"
}