{
  "short_name": "PhysiScribe",
  "name": "PhysiScribe Medical Recording App",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "start_url": ".",
  "_display_comment": "Deliberately 'browser', not 'standalone'. An installed web app runs in its own permission partition where iOS denies the microphone with no way to reset it and the screen wake lock is unavailable, so recording is broken. Users get the native iOS/Android apps or the site in a browser tab. See src/StandalonePwaNotice.js.",
  "display": "browser",
  "orientation": "portrait",
  "theme_color": "#4f46e5",
  "background_color": "#667eea",
  "categories": ["medical", "productivity", "health"],
  "description": "Medical consultation recording and transcription app",
  "lang": "en",
  "scope": "/",
  "prefer_related_applications": false
}