{
  "name": "CyclingTech",
  "short_name": "Cycling",
  "description": "Aplicación de streaming de ciclismo en vivo",
  "id": "/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#021328",
  "theme_color": "#021328",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/img/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshots/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/img/screenshots/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["sports", "streaming"],
  "shortcuts": [
    {
      "name": "Sesiones",
      "short_name": "Sesiones",
      "description": "Ver sesiones de ciclismo",
      "url": "/sessions",
      "icons": [
        {
          "src": "/img/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reproductor",
      "short_name": "Reproductor",
      "description": "Abrir el reproductor de video",
      "url": "/player",
      "icons": [
        {
          "src": "/img/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
