{
  "name": "Clima App Vizuete",
  "short_name": "ClimaApp",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#0d6efd",
  "description": "Aplicación de clima con FastAPI y PostgreSQL",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/869/869869.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/mobile.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Pantalla principal en móvil"
    },
    {
      "src": "/static/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vista del panel en escritorio"
    }
  ]
}
