{
  "name": "Prescrições Médicas",
  "short_name": "Rx Médicas",
  "description": "Sistema de prescrições médicas digitais — Dra. Fernanda",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f5f5",
  "theme_color": "#2E7D32",
  "orientation": "portrait-primary",
  "lang": "pt-BR",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova Prescrição",
      "short_name": "Prescrever",
      "url": "/prescricoes/novo",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Pacientes",
      "url": "/pacientes"
    },
    {
      "name": "Dashboard",
      "url": "/"
    }
  ]
}
