{
  "id": "/sistema/",
  "name": "Micro Serviços Digitais - Super APP",
  "short_name": "MSD - SuperAPP",
  "description": "Super APP da Micro Serviços Digitais: gestão de SST, atendimento clínico e o chat com a equipe, no celular.",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["business", "productivity", "medical"],
  "start_url": "/sistema/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0B0F19",
  "theme_color": "#0B0F19",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  },
  "icons": [
    {
      "src": "/assets/img/logo_vetorial_v4_só_logo_192.png?h=94e4930f6ede910123fb09306eeff6b8",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/assets/img/logo_vetorial_v4_só_logo_512.png?h=94e4930f6ede910123fb09306eeff6b8",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/assets/img/logo_maskable_512.png?v=20260904",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/img/Tela%20do%20app.png",
      "type": "image/png",
      "sizes": "621x891",
      "form_factor": "narrow",
      "label": "Tela inicial do Super APP no celular"
    },
    {
      "src": "/assets/img/screenshot_wide_1280x720.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide",
      "label": "Super APP no computador"
    }
  ],
  "shortcuts": [
    {
      "name": "Abrir o sistema",
      "short_name": "Sistema",
      "description": "Vai direto para a tela de entrada do sistema",
      "url": "/sistema/",
      "icons": [
        {
          "src": "/assets/img/logo_vetorial_v4_só_logo_192.png?h=94e4930f6ede910123fb09306eeff6b8",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Chat da equipe",
      "short_name": "Chat",
      "description": "Abre o menu, onde o chat global vive",
      "url": "/sistema/hub_menu/index.php",
      "icons": [
        {
          "src": "/assets/img/logo_vetorial_v4_só_logo_192.png?h=94e4930f6ede910123fb09306eeff6b8",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/compartilhar.html",
      "accept": {
        "image/*": [],
        "video/*": [],
        "audio/*": [],
        "application/pdf": [".pdf"],
        "text/plain": [".txt"],
        "text/csv": [".csv"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.oasis.opendocument.spreadsheet": [".ods"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/vnd.oasis.opendocument.text": [".odt"],
        "application/vnd.openxmlformats-officedocument.presentationml.presentation": [".pptx"],
        "application/vnd.oasis.opendocument.presentation": [".odp"]
      }
    }
  ],
  "share_target": {
    "action": "/compartilhar.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "gcs_titulo",
      "text": "gcs_texto",
      "url": "gcs_url",
      "files": [
        {
          "name": "gcs_arquivo",
          "accept": [
            "image/*",
            "video/*",
            "audio/*",
            "application/pdf",
            "text/plain",
            ".txt",
            "text/csv",
            ".csv",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            ".xlsx",
            "application/vnd.ms-excel",
            ".xls",
            "application/vnd.oasis.opendocument.spreadsheet",
            ".ods",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            ".docx",
            "application/vnd.oasis.opendocument.text",
            ".odt",
            "application/vnd.openxmlformats-officedocument.presentationml.presentation",
            ".pptx",
            "application/vnd.oasis.opendocument.presentation",
            ".odp"
          ]
        }
      ]
    }
  }
}
