{
  "name": "Panel del Dueño",
  "short_name": "Panel",
  "description": "Panel de gestión — JF Servicios Web",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0D0F",
  "theme_color": "#00E676",
  "lang": "es-AR",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Leads HOT",
      "short_name": "Leads",
      "description": "Ver leads HOT",
      "url": "./index.html#leads",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Agenda",
      "short_name": "Turnos",
      "description": "Ver agenda del día",
      "url": "./index.html#turnos",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}