{
  "name": "Taller Manager",
  "short_name": "Taller",
  "description": "Gestión profesional de talleres y detailing",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080808",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "lang": "es",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='38' fill='%23f97316'/%3E%3Ctext y='145' x='28' font-size='130'%3E%F0%9F%94%A7%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='100' fill='%23f97316'/%3E%3Ctext y='390' x='76' font-size='360'%3E%F0%9F%94%A7%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nuevo trabajo",
      "short_name": "Trabajo",
      "description": "Registrar un nuevo trabajo",
      "url": "/?action=nuevo_trabajo"
    },
    {
      "name": "Nuevo turno",
      "short_name": "Turno",
      "description": "Agendar un nuevo turno",
      "url": "/?action=nuevo_turno"
    }
  ]
}
