{
  "id": "/",
  "name": "Gestão - Igor Montalvão",
  "short_name": "Gestão",
  "description": "Plataforma interna de CRM, pipeline, jornadas e gestão comercial.",
  "start_url": "/pipeline?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/brand/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "description": "Abrir operação comercial",
      "url": "/pipeline?source=pwa_shortcut",
      "icons": [{ "src": "/brand/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Leads",
      "short_name": "Leads",
      "description": "Abrir leads e triagem",
      "url": "/leads?source=pwa_shortcut",
      "icons": [{ "src": "/brand/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Execução",
      "short_name": "Execução",
      "description": "Abrir ações pendentes",
      "url": "/tasks?source=pwa_shortcut",
      "icons": [{ "src": "/brand/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
