{
 "app_id": "com.pens.MorseCode",
 "source_url": "https://raw.githubusercontent.com/mukhayyar/simple-flatpak-app-collections/main/edu-morse-code/com.pens.MorseCode.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-20T13:00:15.695508+00:00",
 "manifest": {
  "app-id": "com.pens.MorseCode",
  "runtime": "org.gnome.Platform",
  "runtime-version": "45",
  "sdk": "org.gnome.Sdk",
  "command": "morse_code",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--socket=pulseaudio"
  ],
  "modules": [
   {
    "name": "morse_code",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 morse_code.py /app/bin/morse_code"
    ],
    "sources": [
     {
      "type": "file",
      "path": "morse_code.py"
     }
    ]
   }
  ]
 }
}