{
    "short_name": "Weather App",
    "name":"Weather App PWA",
    "icons":[
        {
            "src": "./images/logo.png",
            "type": "image/png",
            "sizes":"144x144 512x512",
            "purpose":"any maskable"
        }
    ],
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#000000",
    "background_color":"#ffffff",
    "splash":{
        "show":true,
        "src":"./images/logo.png"
    }
}