{
  "name": "El Profe - Tu IA de fútbol",
  "short_name": "Profe",
  "description": "El Profe es tu analista de fútbol con IA: pronósticos, estadísticas y noticias",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#000000",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "id": "/",
  "scope": "/",
  "categories": [
    "sports",
    "entertainment"
  ],
  "shortcuts": [
    {
      "name": "Picks de hoy",
      "short_name": "Picks",
      "url": "/?tab=picks",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Chat con El Profe",
      "short_name": "Chat",
      "url": "/?tab=chat",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "lang": "es-MX",
  "dir": "ltr",
  "prefer_related_applications": false
}