{
 "app_id": "com.pens.AudioRecorder",
 "source_url": "https://raw.githubusercontent.com/mukhayyar/simple-flatpak-app-collections/main/audio-recorder/com.pens.AudioRecorder.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "45",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--socket=pulseaudio",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:00:00.570094+00:00",
 "manifest": {
  "app-id": "com.pens.AudioRecorder",
  "runtime": "org.gnome.Platform",
  "runtime-version": "45",
  "sdk": "org.gnome.Sdk",
  "command": "audio_recorder",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--socket=pulseaudio",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "audio_recorder",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 audio_recorder.py /app/bin/audio_recorder"
    ],
    "sources": [
     {
      "type": "file",
      "path": "audio_recorder.py"
     }
    ]
   }
  ]
 }
}