{
  "name": "ArckPOS — Grupo Arck R9",
  "short_name": "ArckPOS",
  "description": "Sistema POS multi-sucursal para Grupo Arck R9",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a3a5c",
  "theme_color": "#1a3a5c",
  "orientation": "any",
  "lang": "es-MX",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='80' fill='%231a3a5c'/%3E%3Ctext x='64' y='380' font-size='340' font-family='monospace' font-weight='bold' fill='%237dd3fc'%3EA%3C/text%3E%3Ctext x='240' y='460' font-size='120' font-family='monospace' fill='white' opacity='0.7'%3EPOS%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='32' fill='%231a3a5c'/%3E%3Ctext x='20' y='148' font-size='140' font-family='monospace' font-weight='bold' fill='%237dd3fc'%3EA%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Nueva venta",
      "url": "/index.html",
      "description": "Abrir el punto de venta"
    },
    {
      "name": "Inventario",
      "url": "/inventario.html",
      "description": "Ver inventario"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard.html",
      "description": "Ver reportes"
    }
  ]
}
