{
  "name": "CRM 4MINDS",
  "short_name": "4MINDS CRM",
  "description": "Sistema de funis de vendas com handoff entre SDR e Closer",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1e1b4b",
  "background_color": "#ffffff",
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "/screenshots/mobile-540x720.png",
      "sizes": "540x720",
      "form_factor": "narrow",
      "type": "image/png"
    },
    {
      "src": "/screenshots/desktop-1920x1080.png",
      "sizes": "1920x1080",
      "form_factor": "wide",
      "type": "image/png"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver negócios",
      "short_name": "Negócios",
      "description": "Listar todos os negócios em andamento",
      "url": "/negocios",
      "icons": [
        {
          "src": "/icons/shortcut-negocios-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Criar negócio",
      "short_name": "Novo negócio",
      "description": "Criar um novo negócio no funil",
      "url": "/negocios?new=true",
      "icons": [
        {
          "src": "/icons/shortcut-novo-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
