{
  "name": "Super QQuiz",
  "short_name": "QQuiz",
  "id": "/",
  "description": "Cuestionarios, actividades y aprendizaje gamificado para clases.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "lang": "es",
  "categories": ["education", "productivity"],
  "background_color": "#f9f7ff",
  "theme_color": "#7355e8",
  "icons": [
    {
      "src": "/img/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    { "name": "Unirme con PIN", "short_name": "Unirme", "url": "/join.html", "icons": [{ "src": "/img/brand/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Panel docente", "short_name": "Docente", "url": "/host.html", "icons": [{ "src": "/img/brand/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Abrir una ruta", "short_name": "Ruta", "url": "/ruta.html", "icons": [{ "src": "/img/brand/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ]
}
