{
    "name": "Weather App",
    "short_name": "Weather",
    "description": "A clean, modern weather app with live forecasts, location-based weather, and dynamic visuals.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#4A90E2",
    "theme_color": "#4A90E2",
    "orientation": "portrait",
    "icons": [
        {
            "src": "./assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}