{
  "name": "Cuentos Clásicos",
  "short_name": "Cuentos",
  "description": "Colección de cuentos clásicos, fábulas y canciones infantiles.",
  "start_url": "/",
  "display": "fullscreen",
  "background_color": "#221810",
  "theme_color": "#ee862b",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "books", "entertainment"],
  "orientation": "any",
  "id": "/",
  "dir": "auto",
  "lang": "es",
  "display_override": ["fullscreen", "standalone", "minimal-ui", "browser"],
  "scope": "/",
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "scope_extensions": [
    {"origin": "*.cuentosclasicos.duckdns.org"}
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "Favoritos",
      "short_name": "Favoritos",
      "description": "Lista de tus cuentos favoritos",
      "url": "/",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot_library.png",
      "sizes": "500x749",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Explora tu biblioteca de cuentos"
    },
    {
      "src": "/screenshot_player.png",
      "sizes": "500x749",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Escucha los mejores cuentos"
    },
    {
      "src": "/screenshot_detail.png",
      "sizes": "500x749",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Consulta los detalles de cada historia"
    }
  ],
  "permissions": [
    "background-sync",
    "notifications"
  ]
}

