{
  "name": "NFC Pagos - Sistema de Consumiciones",
  "short_name": "NFC Pagos",
  "description": "Sistema web de gestión de consumiciones mediante chips NFC para eventos",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1e40af",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%231e40af' width='192' height='192'/><text x='50%' y='50%' font-size='100' fill='white' text-anchor='middle' dy='.3em' font-weight='bold' font-family='sans-serif'>NFC</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%231e40af' width='512' height='512'/><text x='50%' y='50%' font-size='300' fill='white' text-anchor='middle' dy='.3em' font-weight='bold' font-family='sans-serif'>NFC</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/public/assets/img/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Cobrar Consumición",
      "short_name": "Cobrar",
      "description": "Registrar consumición de cliente",
      "url": "/operativa/cobrar",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231e40af' width='96' height='96'/><text x='50%' y='50%' font-size='60' text-anchor='middle' dy='.3em'>🛒</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Recargar Saldo",
      "short_name": "Recargar",
      "description": "Recargar saldo en chip",
      "url": "/operativa/recargar",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231e40af' width='96' height='96'/><text x='50%' y='50%' font-size='60' text-anchor='middle' dy='.3em'>💳</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
