{
  "name": "FerroApp - Gestión de Ferreterías",
  "short_name": "FerroApp",
  "description": "Maneja tu ferretería desde el celular o PC",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F7F6F3",
  "theme_color": "#B45309",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "lang": "es",
  "shortcuts": [
    {
      "name": "Nueva Venta",
      "url": "/pos",
      "description": "Registrar una venta"
    },
    {
      "name": "Inventario",
      "url": "/inventario",
      "description": "Ver inventario"
    }
  ]
}
