{
  "name": "Biblioteca Virtual",
  "short_name": "Biblioteca",
  "description": "Tu biblioteca personal de PDFs con anotaciones y resúmenes",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0b0f",
  "theme_color": "#0b0b0f",
  "categories": ["education", "productivity", "books"],
  "lang": "es",
  "dir": "ltr",
  "scope": "/",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Mi biblioteca",
      "url": "/library"
    },
    {
      "name": "Importar PDF",
      "url": "/library?import=1"
    }
  ]
}
