{
 "app_id": "org.flatpak.Hello",
 "source_url": "https://raw.githubusercontent.com/FyraLabs/anda/main/tests/org.flatpak.Hello.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "21.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:21:35.915221+00:00",
 "manifest": {
  "app-id": "org.flatpak.Hello",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "21.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "hello.sh",
  "modules": [
   {
    "name": "hello",
    "buildsystem": "simple",
    "build-commands": [
     "install -D hello.sh /app/bin/hello.sh"
    ],
    "sources": [
     {
      "type": "file",
      "path": "hello.sh"
     }
    ]
   }
  ]
 }
}