{
  "name": "Strivium Link",
  "short_name": "Link",
  "description": "Strivium Link: Seu aplicativo para gestão de visitas médicas.",
  "id": "/",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Internações Pendentes",
      "short_name": "Internações Pendentes",
      "description": "Ver suas internações pendentes",
      "url": "/hospitalizations/pendings",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Internações Concluídas",
      "short_name": "Internações Concluídas",
      "description": "Ver suas internações concluídas",
      "url": "/hospitalizations/done",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
