{
 "app_id": "io.outcroplabs.OmapakFixture",
 "source_url": "https://raw.githubusercontent.com/outcrop-labs/omapak/main/fixtures/testapp/io.outcroplabs.OmapakFixture.json",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "24.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T17:34:27.196633+00:00",
 "manifest": {
  "app-id": "io.outcroplabs.OmapakFixture",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "24.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "omapak-fixture",
  "finish-args": [
   "--share=network"
  ],
  "modules": [
   {
    "name": "omapak-fixture",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 omapak-fixture.sh /app/bin/omapak-fixture"
    ],
    "sources": [
     {
      "type": "script",
      "dest-filename": "omapak-fixture.sh",
      "commands": [
       "echo 'omapak fixture \u2014 judge harness end-to-end test'"
      ]
     }
    ]
   }
  ]
 }
}