{
  "name": "BoxChallenge - Retos Deportivos",
  "short_name": "BoxChallenge",
  "description": "Participa en retos deportivos, alcanza tus metas y compite con amigos",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#FC0230",
  "orientation": "portrait",
  "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"
    }
  ],
  "categories": ["health", "sports", "lifestyle"],
  "shortcuts": [
    {
      "name": "Mis Retos",
      "short_name": "Retos",
      "description": "Ver mis retos activos",
      "url": "/challenges",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mi Perfil",
      "short_name": "Perfil",
      "description": "Ver mi perfil y estadísticas",
      "url": "/profile",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
