{
 "app_id": "org.example.MyApp",
 "source_url": "https://raw.githubusercontent.com/flatpak/flatpak-github-actions/master/flatpak-builder/tests/test-project/org.example.MyApp.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--device=dri",
  "--socket=fallback-x11",
  "--socket=wayland"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:19:00.369011+00:00",
 "manifest": {
  "app-id": "org.example.MyApp.Devel",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "test-project",
  "finish-args": [
   "--share=ipc",
   "--device=dri",
   "--socket=fallback-x11",
   "--socket=wayland"
  ],
  "modules": [
   {
    "name": "testproject",
    "buildsystem": "meson",
    "config-opts": [
     "-Dprofile=development"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     }
    ]
   }
  ]
 }
}