{
  "name": "Cribside — The NICU Assistant",
  "short_name": "Cribside",
  "description": "Voice-to-chart documentation for NICU nurses. Speak your assessment, get a clinical note, paste it anywhere.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f2240",
  "theme_color": "#0f2240",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "health", "productivity"],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "New Note",
      "description": "Start a new voice note",
      "url": "/chart",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dose Calculator",
      "short_name": "Calculator",
      "description": "Open the dose calculator",
      "url": "/calculator",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
