{
  "name": "Combina Açaí CRM",
  "short_name": "Açaí CRM",
  "description": "Sistema de CRM da Açaiteria Combina Açaí — UNIVESP Grupo 22",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#4A148C",
  "theme_color": "#7B1FA2",
  "orientation": "any",
  "lang": "pt-BR",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Nova Venda",
      "short_name": "Venda",
      "url": "/nova-venda",
      "icons": [{"src": "/static/icon-192.svg", "sizes": "192x192"}]
    },
    {
      "name": "Clientes",
      "short_name": "Clientes",
      "url": "/clientes",
      "icons": [{"src": "/static/icon-192.svg", "sizes": "192x192"}]
    },
    {
      "name": "Suporte",
      "short_name": "Suporte",
      "url": "/suporte",
      "icons": [{"src": "/static/icon-192.svg", "sizes": "192x192"}]
    }
  ],
  "icons": [
    {
      "src": "/static/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
