{
 "app_id": "com.pens.TextToSpeech",
 "source_url": "https://raw.githubusercontent.com/mukhayyar/simple-flatpak-app-collections/main/a11y-text-to-speech/com.pens.TextToSpeech.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "45",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--socket=pulseaudio"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:59:54.601354+00:00",
 "manifest": {
  "app-id": "com.pens.TextToSpeech",
  "runtime": "org.gnome.Platform",
  "runtime-version": "45",
  "sdk": "org.gnome.Sdk",
  "command": "text_to_speech",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--socket=pulseaudio"
  ],
  "modules": [
   {
    "name": "text_to_speech",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 text_to_speech.py /app/bin/text_to_speech"
    ],
    "sources": [
     {
      "type": "file",
      "path": "text_to_speech.py"
     }
    ]
   }
  ]
 }
}