{
  "name": "Vox · My Transcriber",
  "short_name": "Vox",
  "description": "Think out loud — private voice notes, AI transcription and lenses. No servers, your keys, your data.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#f2f2f7",
  "theme_color": "#10b981",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "audio",
          "accept": ["audio/*", "video/*", ".mp3", ".m4a", ".wav", ".ogg", ".webm", ".amr", ".3gp", ".flac"]
        }
      ]
    }
  }
}
