{
  "name": "Portal Docentes · SADEP",
  "short_name": "Docentes",
  "description": "Portal de profesores — tomar asistencia, estadísticas y seguimiento de alumnos.",
  "start_url": "/hoy",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8F6F2",
  "theme_color": "#95A683",
  "categories": ["productivity", "education"],
  "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": "Mis clases",
      "short_name": "Clases",
      "url": "/clases",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Estadísticas",
      "short_name": "Stats",
      "url": "/estadisticas",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
