{
  "name": "VoiceScribe",
  "short_name": "VoiceScribe",
  "description": "Schnelle, private Transkription von Sprachnachrichten, Videos und Memos.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0c16",
  "theme_color": "#0a0c16",
  "orientation": "portrait",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "media",
          "accept": ["audio/*", "video/*", ".opus", ".ogg", ".m4a", ".mp4", ".mov", ".3gp", ".amr", ".webm"]
        }
      ]
    }
  }
}
