{
  "name": "Orvex — POS para tu negocio",
  "short_name": "Orvex",
  "description": "POS, inventario y reportes para kioscos, farmacias y minisúper.",
  "start_url": "/inicio",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#8b5cf6",
  "categories": ["business", "productivity", "finance"],
  "lang": "es-AR",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    { "name": "Punto de venta", "short_name": "POS", "url": "/pos" },
    { "name": "Ventas", "short_name": "Ventas", "url": "/ventas" }
  ]
}
