{
  "name": "SIGE Rompe Filas - Control de Acceso",
  "short_name": "Rompe Filas",
  "description": "PWA para escaneo rápido de códigos QR con Bluetooth. Sistema de control de acceso para Encargado del Orden. Funciona offline con sync automático.",
  "start_url": "/rompe-filas",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1e3a8a",
  "background_color": "#111827",
  "categories": ["productivity", "education"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%231e3a8a' width='540' height='720'/><text x='270' y='360' font-size='48' fill='white' text-anchor='middle' dominant-baseline='middle'>Rompe Filas</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%231e3a8a' width='192' height='192' rx='40'/><text x='96' y='96' font-size='80' fill='white' text-anchor='middle' dominant-baseline='middle' font-weight='bold'>RF</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 192 192'><rect fill='%231e3a8a' width='192' height='192' rx='40'/><text x='96' y='96' font-size='80' fill='white' text-anchor='middle' dominant-baseline='middle' font-weight='bold'>RF</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Escaneo Rápido",
      "short_name": "Escanear",
      "description": "Acceso directo al escaneo de códigos QR",
      "url": "/rompe-filas?action=scan",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%231e3a8a' width='96' height='96'/><rect x='16' y='16' width='20' height='20' fill='white'/><rect x='60' y='16' width='20' height='20' fill='white'/><rect x='16' y='60' width='20' height='20' fill='white'/><rect x='60' y='60' width='20' height='20' fill='white'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "qr",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
