{
  "name": "D-Business",
  "short_name": "D-Business",
  "description": "Tu negocio en una sola herramienta — CRM, facturación, soporte y más",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f19",
  "theme_color": "#d4762c",
  "categories": [
    "business",
    "productivity"
  ],
  "lang": "es",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nuevo lead",
      "short_name": "Lead",
      "url": "/crm/leads/new",
      "description": "Crear un nuevo lead"
    },
    {
      "name": "Nueva factura",
      "short_name": "Factura",
      "url": "/billing/invoices/new",
      "description": "Crear una nueva factura"
    }
  ]
}