{
    "name": "Yet Another Weather App",
    "short_name": "Weather App",
    "background_color": "#3e67cf",
    "description": "Yet another weather app, made for fun!",
    "icons": [
        {
            "src": "assets/icons/logo.png",
            "sizes": "any",
            "type": "image/png"
        },
        {
            "src": "assets/icons/logo-maskable.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "assets/icons/logo-maskable.webp",
            "sizes": "any",
            "type": "image/webp",
            "purpose": "maskable"
        },
        {
            "src": "assets/icons/logo-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "favicon.ico",
            "sizes": "256x256"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/weather_app.png",
            "sizes": "1600x900",
            "type": "image/png",
            "label": "Main page displaying the weather app"
        }
    ],
    "start_url": "index.html",
    "display": "standalone",
    "theme_color": "#565659"
}
