{
  "name": "Prescrify - Saúde acessível, rápida e inteligente",
  "short_name": "Prescrify",
  "description": "Conectando pacientes a médicos em tempo real para atendimento imediato",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#FF8000",
  "orientation": "portrait-primary",
  "id": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "167x167",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "splash_pages": null,
  "shortcuts": [
    {
      "name": "Procurar médicos",
      "short_name": "Procurar",
      "description": "Encontre médicos próximos a você",
      "url": "/patient/search",
      "icons": [{ "src": "/icons/search.png", "sizes": "96x96" }]
    },
    {
      "name": "Minhas consultas",
      "short_name": "Consultas",
      "description": "Veja suas consultas agendadas",
      "url": "/patient/consultations",
      "icons": [{ "src": "/icons/consultations.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-screen.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Tela inicial do Prescrify"
    },
    {
      "src": "/screenshots/search-screen.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Busca de médicos no Prescrify"
    },
    {
      "src": "/screenshots/doctor-profile.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Perfil de médico no Prescrify"
    }
  ],
  "categories": ["health", "medical", "productivity"],
  "lang": "pt-BR",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "medical_files",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  }
}