{
  "name": "Handoff Almeida",
  "short_name": "Handoff",
  "description": "Sistema interno de handoff e comunicação da Almeida Escala Digital",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0052cc",
  "background_color": "#0a1628",
  "lang": "pt-BR",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "index.html?tab=chat",
      "description": "Abrir chat"
    },
    {
      "name": "Kanban",
      "short_name": "Kanban",
      "url": "index.html?tab=kanban",
      "description": "Ver kanban de clientes"
    }
  ]
}