{
 "app_id": "com.thesis.BlockApp",
 "source_url": "https://raw.githubusercontent.com/mukhayyar/simple-flatpak-app-collections/main/thesis-block-app/com.thesis.BlockApp.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "45",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--filesystem=host",
  "--device=all",
  "--talk-name=org.freedesktop.flatpak"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:01:15.016886+00:00",
 "manifest": {
  "app-id": "com.thesis.BlockApp",
  "runtime": "org.gnome.Platform",
  "runtime-version": "45",
  "sdk": "org.gnome.Sdk",
  "command": "block_app",
  "finish-args": [
   "--filesystem=host",
   "--device=all",
   "--talk-name=org.freedesktop.flatpak"
  ],
  "modules": [
   {
    "name": "block_app",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 block_app.py /app/bin/block_app",
     "install -Dm644 test.dat /app/share/com.thesis.BlockApp/test.dat"
    ],
    "sources": [
     {
      "type": "file",
      "path": "block_app.py"
     },
     {
      "type": "file",
      "path": "test.dat"
     }
    ]
   }
  ]
 }
}