{
  "name": "ENDLESS COMPUTER · CRM",
  "short_name": "ENDLESS CRM",
  "description": "Gestión de reparaciones, clientes e inventario",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0b",
  "theme_color": "#0a0a0b",
  "lang": "es-ES",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Reparaciones",
      "short_name": "Tickets",
      "url": "/reparaciones"
    },
    {
      "name": "Clientes",
      "short_name": "Clientes",
      "url": "/clientes"
    },
    {
      "name": "Facturas",
      "short_name": "Facturas",
      "url": "/facturas"
    }
  ]
}
