{
  "name": "AITIA Directo",
  "short_name": "AITIA",
  "id": "/",
  "description": "Monitoreo judicial automatizado — sus acuerdos antes de las 8 AM",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#385e87",
  "theme_color": "#385e87",
  "orientation": "portrait-primary",
  "lang": "es-MX",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Expedientes",
      "short_name": "Expedientes",
      "description": "Ver mis expedientes activos",
      "url": "/dashboard/expedientes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Notificaciones",
      "short_name": "Alertas",
      "description": "Ver notificaciones judiciales",
      "url": "/dashboard/notificaciones",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Plazos",
      "short_name": "Plazos",
      "description": "Ver plazos y vencimientos",
      "url": "/dashboard/plazos",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
