{
  "name": "SISI Hub",
  "short_name": "SISI Hub",
  "description": "CRM operacional para vendas, tarefas, orcamentos e integracoes.",
  "start_url": "./",
  "scope": ".",
  "display": "standalone",
  "background_color": "#f5f8fc",
  "theme_color": "#ffffff",
  "orientation": "any",
  "share_target": {
    "action": "atendimento/share-target?share_config=2",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url",
      "files": [
        {
          "name": "share_image",
          "accept": [
            "image/*",
            "image/jpeg",
            "image/png",
            "image/webp",
            "image/gif",
            ".jpg",
            ".jpeg",
            ".png",
            ".webp",
            ".gif",
            "application/pdf",
            ".pdf",
            "application/octet-stream",
            "*/*"
          ]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "assets/images/favicon-sisi-hub.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tarefas",
      "short_name": "Tarefas",
      "url": "tarefas",
      "icons": [
        {
          "src": "assets/images/favicon-sisi-hub.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Orcamentos",
      "short_name": "Orcamentos",
      "url": "quotes",
      "icons": [
        {
          "src": "assets/images/favicon-sisi-hub.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
