{
  "name": "AESmart V3",
  "short_name": "AESmart",
  "description": "Sistema de gestión empresarial para talleres de reparación",
  "theme_color": "#3B82F6",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icon?<generated>",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-icon?<generated>",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Nueva Cotización",
      "short_name": "Cotización",
      "description": "Crear una nueva cotización",
      "url": "/quotes?action=new"
    },
    {
      "name": "Nueva Orden",
      "short_name": "Orden",
      "description": "Crear orden de servicio",
      "url": "/workshop?action=new"
    },
    {
      "name": "Inventario",
      "short_name": "Stock",
      "description": "Ver inventario",
      "url": "/inventory"
    }
  ],
  "categories": ["business", "productivity", "utilities"]
}
