{
  "id": "/",
  "name": "Trade Manager PRO Andalucía",
  "short_name": "TradeManager PRO",
  "description": "CRM comercial profesional con clientes, actas, cotizaciones, tarifas, radar comercial, informes ejecutivos y sincronización cloud.",
  "lang": "es",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "landscape-primary",
  "theme_color": "#12382f",
  "background_color": "#eef7f2",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clientes",
      "short_name": "Clientes",
      "description": "Abrir maestro de clientes",
      "url": "./index.html#clientes",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Cotizaciones",
      "short_name": "Cotizar",
      "description": "Abrir cotizaciones comerciales",
      "url": "./index.html#cotizaciones",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Panel Andalucía",
      "short_name": "Panel",
      "description": "Abrir mapa comercial Andalucía",
      "url": "./index.html#panel",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}