{
  "name": "MiNegocio Pro",
  "short_name": "MiNegocio",
  "description": "Control total para tu negocio de servicios — trabajos, cotizaciones, clientes y pagos",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#0ea5e9",
  "lang": "es",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nuevo trabajo",
      "short_name": "Trabajo",
      "description": "Registrar un nuevo trabajo",
      "url": "/app.html#trabajos",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%2322c55e'/><text y='.9em' font-size='80' x='10'>🔨</text></svg>", "sizes": "any" }]
    },
    {
      "name": "Nueva cotización",
      "short_name": "Cotización",
      "description": "Crear una nueva cotización",
      "url": "/app.html#cotizaciones",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2020/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%23f59e0b'/><text y='.9em' font-size='80' x='10'>📋</text></svg>", "sizes": "any" }]
    }
  ]
}
