{
  "name": "Bicicleta - Álbum Completo",
  "short_name": "Bicicleta",
  "description": "Reproductor de música offline con el disco Bicicleta",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3c00ce",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Reproductor",
      "short_name": "Play",
      "description": "Ir al reproductor de música",
      "url": "/#player",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Descargas",
      "short_name": "Downloads",
      "description": "Gestionar descargas offline",
      "url": "/#downloads",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
