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