{
  "name": "CajaRápida — Sistema de Ventas",
  "short_name": "CajaRápida",
  "description": "Tu negocio, más ágil. Sistema de ventas e inventario para emprendedores.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#07100d",
  "theme_color": "#00c48c",
  "orientation": "portrait-primary",
  "lang": "es",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%2307100d'/><text x='96' y='130' font-size='110' text-anchor='middle'>🧾</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%2307100d'/><text x='256' y='340' font-size='280' text-anchor='middle'>🧾</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Vender",
      "short_name": "Vender",
      "description": "Ir directo a la pantalla de ventas",
      "url": "/?tab=vender",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='90'>🛒</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Inventario",
      "short_name": "Inventario",
      "description": "Ver inventario y stock",
      "url": "/?tab=inventario",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='90'>📦</text></svg>", "sizes": "96x96" }]
    }
  ]
}
