{
  "name": "mparadas.com Portal",
  "short_name": "mparadas",
  "description": "Portal de clientes mparadas.com — Gestión web, soporte y facturación",
  "start_url": "/client",
  "scope": "/client",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#7c3aed",
  "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"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "es",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Mis Tickets",
      "short_name": "Soporte",
      "description": "Ver y crear tickets de soporte",
      "url": "/client/tickets",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Facturación",
      "short_name": "Facturas",
      "description": "Ver facturas y realizar pagos",
      "url": "/client/billing",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
