
{
  "name": "MedTranscribe Pro - Medical Transcription Platform",
  "short_name": "MedTranscribe",
  "description": "Professional medical transcription and document management platform for healthcare professionals",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "categories": ["medical", "productivity", "business"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/axonic-logo.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/axonic-logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Recording",
      "short_name": "Record",
      "description": "Start a new medical transcription recording",
      "url": "/record",
      "icons": [{ "src": "/axonic-logo.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Patient Search",
      "short_name": "Patients",
      "description": "Search and manage patient records",
      "url": "/patients",
      "icons": [{ "src": "/axonic-logo.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
