{
  "name": "VialPro",
  "short_name": "VialPro",
  "description": "Aprueba el teórico del DGT con tutor IA Santi y garantía de devolución",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["education", "productivity"],
  "lang": "es-ES",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Practicar tests",
      "short_name": "Tests",
      "description": "Practicar tests oficiales DGT",
      "url": "/tests"
    },
    {
      "name": "Mis estadísticas",
      "short_name": "Estadísticas",
      "description": "Ver mi progreso y estadísticas",
      "url": "/estadisticas"
    },
    {
      "name": "Tutor IA Santi",
      "short_name": "Santi",
      "description": "Consultar con el tutor IA Santi",
      "url": "/santi"
    }
  ]
}