{
  "name": "MailKanban",
  "short_name": "MailKanban",
  "description": "Gestión de tareas y correo en un tablero kanban",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#08090e",
  "theme_color": "#5b6af0",
  "lang": "es",
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mi Día",
      "short_name": "Hoy",
      "url": "./?view=myday",
      "description": "Ver tareas de hoy"
    },
    {
      "name": "Tablero",
      "short_name": "Tablero",
      "url": "./?view=kanban",
      "description": "Ver tablero kanban"
    }
  ],
  "categories": ["productivity", "business"],
  "scope": "./"
}
