{
  "name": "NURSECARE - Sistema Hospitalar Premium",
  "short_name": "NURSECARE",
  "description": "Sistema Hospitalar Premium com IA, Triagem Inteligente, Sincronização em Nuvem e PWA",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#800020",
  "background_color": "#ffffff",
  "categories": ["medical", "health"],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Triagem Inteligente",
      "short_name": "Triagem",
      "description": "Acessar Triagem Inteligente com IA",
      "url": "/intelligent-triage",
      "icons": [
        {
          "src": "/icon-triagem-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Sinais Vitais",
      "short_name": "Sinais",
      "description": "Monitorar sinais vitais",
      "url": "/vital-signs",
      "icons": [
        {
          "src": "/icon-vitals-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Prescrições",
      "short_name": "Prescrições",
      "description": "Gerenciar prescrições",
      "url": "/prescriptions",
      "icons": [
        {
          "src": "/icon-prescriptions-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["application/pdf", "image/*"]
        }
      ]
    }
  }
}
