{
  "name": "Voice Capture",
  "short_name": "VoiceCapture",
  "description": "Record or import voice memos from any device and sync them for transcription.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f7f5f0",
  "theme_color": "#3a5a40",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ]
}
