{
 "app_id": "org.flatpak.install_test",
 "source_url": "https://raw.githubusercontent.com/flatpak/flatpak-builder/main/tests/org.flatpak.install_test.json",
 "runtime": "org.test.Platform",
 "runtime_version": null,
 "sdk": "org.test.Sdk",
 "finish_args": [],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:20:04.402122+00:00",
 "manifest": {
  "id": "org.flatpak.install_test",
  "runtime": "org.test.Platform",
  "sdk": "org.test.Sdk",
  "command": "hello",
  "modules": [
   {
    "name": "install_test",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p ${FLATPAK_DEST}/bin ${FLATPAK_DEST}/lib/debug ${FLATPAK_DEST}/share/locale/es",
     "cp -vf hello.sh ${FLATPAK_DEST}/bin/hello",
     "echo foo > ${FLATPAK_DEST}/lib/debug/hello.debug",
     "echo foo > ${FLATPAK_DEST}/share/locale/es/hello.mo"
    ],
    "sources": [
     {
      "type": "script",
      "dest-filename": "hello.sh",
      "commands": [
       "echo \"Hello world, from a sandbox\""
      ]
     }
    ]
   }
  ]
 }
}