{
  "name": "MedereAI Pro",
  "short_name": "MedereAI",
  "description": "Plataforma de Saude Inteligente",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#06080d",
  "theme_color": "#06080d",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "icons/icon.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "icons/icon.svg", "sizes": "512x512", "type": "image/svg+xml" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "file", "accept": ["application/pdf", "image/*", "application/json", "application/fhir+json"] }
      ]
    }
  }
}
