{
  "name": "ERP Commerce TPV",
  "short_name": "TPV",
  "description": "Terminal Punto de Venta — ERP Commerce",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#18181b",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/sale.png",
      "sizes": "1280x800",
      "type": "image/png",
      "label": "Pantalla de venta"
    }
  ],
  "shortcuts": [
    {
      "name": "Nueva venta",
      "url": "/sale",
      "description": "Ir directamente a la pantalla de venta"
    }
  ]
}
