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