{
 "app_id": "org.flathub.cli",
 "source_url": "https://raw.githubusercontent.com/flathub-infra/flatpak-builder-lint/master/tests/repo/min_success_metadata/console-app/org.flathub.cli.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--filesystem=xdg-download",
  "--share=network"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:21:44.769332+00:00",
 "manifest": {
  "app-id": "org.flathub.cli",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "hello",
  "finish-args": [
   "--filesystem=xdg-download",
   "--share=network"
  ],
  "modules": [
   {
    "name": "metainfo",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm0644 ${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml",
     "install -Dm755 hello.sh /app/bin/hello"
    ],
    "sources": [
     {
      "type": "file",
      "path": "org.flathub.cli.metainfo.xml"
     },
     {
      "type": "script",
      "dest-filename": "hello.sh",
      "commands": [
       "echo \"Hello world, from a sandbox\""
      ]
     }
    ]
   }
  ]
 }
}