{
  "name": "NeuroAcademia Cloud",
  "short_name": "NeuroCloud",
  "description": "Biblioteca digital y club de lectura de NeuroAcademia.",
  "start_url": "/index.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#061424",
  "theme_color": "#061424",
  "categories": ["education", "books", "productivity"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mis Libros",
      "short_name": "Mis Libros",
      "url": "/library.php",
      "description": "Abrir biblioteca personal"
    },
    {
      "name": "Club",
      "short_name": "Club",
      "url": "/club.php",
      "description": "Abrir Club de lectura"
    },
    {
      "name": "Certificaciones",
      "short_name": "Certificaciones",
      "url": "/certifications.php",
      "description": "Ver certificaciones activas"
    }
  ]
}
