{
  "id": "com.filahospitais.app",
  "name": "FILA Hospitais",
  "short_name": "FilaHosp",
  "description": "Monitoramento de filas hospitalares em tempo real para o cidadão",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#065A82",
  "theme_color": "#02C39A",
  "lang": "pt-BR",
  "categories": ["health", "medical", "lifestyle"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Buscar Hospital",
      "short_name": "Buscar",
      "url": "/",
      "description": "Encontrar hospital com menor fila",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Meu Check-in",
      "short_name": "Check-in",
      "url": "/hospital",
      "description": "Ver posição na fila",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/?share=1",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Consulte filas em tempo real"
    },
    {
      "src": "/screenshots/hospital.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Detalhe do hospital"
    },
    {
      "src": "/screenshots/checkin.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Check-in com geofencing"
    },
    {
      "src": "/screenshots/gestor.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard do Gestor"
    }
  ],
  "widgets": [
    {
      "name": "Minha Fila",
      "description": "Veja sua posição na fila hospitalar",
      "tag": "fila-widget",
      "ms_ac_template": "adaptivecard/1.0",
      "data": "/api/widget-fila",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/widget.png",
          "sizes": "1080x1080",
          "label": "Widget Minha Fila"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
