{
  "name": "Pomelo · Fútbol con ELO",
  "short_name": "Pomelo",
  "description": "Seguimiento de partidos de fútbol con sistema de ranking ELO",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "lang": "es",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
       {
         "src": "/screenshots/screenshot-mobile.png",
         "sizes": "375x805",
         "type": "image/png",
         "form_factor": "narrow",
         "label": "Pantalla principal de Pomelo"
       },
       {
         "src": "/screenshots/screenshot-desktop.png",
         "sizes": "1900x890",
         "type": "image/png",
         "form_factor": "wide",
         "label": "Pantalla principal de Pomelo en escritorio"
       }
   ]
}