{
  "name": "ChartScribe — AI Medical Scribe",
  "short_name": "ChartScribe",
  "description": "AI-powered clinical documentation. Record patient encounters and get structured notes instantly — even offline.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F7F9FC",
  "theme_color": "#0D9488",
  "orientation": "portrait",
  "scope": "/",
  "id": "/",
  "dir": "ltr",
  "lang": "en",
  "categories": ["medical", "health", "productivity", "business"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Encounter",
      "short_name": "Record",
      "description": "Start a new patient encounter recording",
      "url": "/app/record",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Notes",
      "short_name": "Notes",
      "description": "View your clinical notes",
      "url": "/app/notes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshot-1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "ChartScribe Dashboard"
    },
    {
      "src": "/screenshot-2.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Recording Interface"
    }
  ]
}
