{
  "name": "FacturaAI",
  "short_name": "FacturaAI",
  "description": "Gestión automática de facturas con inteligencia artificial",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#18181b",
  "theme_color": "#18181b",
  "orientation": "portrait",
  "lang": "es",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "shortcuts": [
    {
      "name": "Nueva factura",
      "url": "/dashboard/invoices/create",
      "description": "Crea una nueva factura"
    },
    {
      "name": "Ver reservas",
      "url": "/dashboard/bookings",
      "description": "Gestiona tus reservas"
    }
  ]
}
