{
  "name": "Kiosco POS",
  "short_name": "KioscoPOS",
  "description": "Sistema de punto de venta para kiosco",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f3ef",
  "theme_color": "#c84b1a",
  "lang": "es-AR",
  "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='%23c84b1a'/><text y='140' x='96' font-size='120' text-anchor='middle' font-family='system-ui'>🏪</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='%23c84b1a'/><text y='380' x='256' font-size='320' text-anchor='middle' font-family='system-ui'>🏪</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Nueva venta",
      "short_name": "Venta",
      "description": "Ir directo a la pantalla de venta",
      "url": "/?page=venta",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>🛒</text></svg>", "sizes": "96x96" }]
    }
  ]
}
