{
 "app_id": "org.sugarlabs.Gtk4BundleTest",
 "source_url": "https://raw.githubusercontent.com/sugarlabs/sugar-toolkit-gtk4/main/examples/gtk4_bundle_test/org.sugarlabs.Gtk4BundleTest.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "45",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--socket=wayland",
  "--socket=x11",
  "--device=dri",
  "--filesystem=host"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-20T12:52:37.667653+00:00",
 "manifest": {
  "app-id": "org.sugarlabs.Gtk4BundleTest",
  "runtime": "org.gnome.Platform",
  "runtime-version": "45",
  "sdk": "org.gnome.Sdk",
  "command": "org.sugarlabs.Gtk4BundleTest",
  "finish-args": [
   "--share=network",
   "--socket=wayland",
   "--socket=x11",
   "--device=dri",
   "--filesystem=host"
  ],
  "modules": [
   {
    "name": "python-builddeps",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app --no-build-isolation setuptools wheel pip"
    ],
    "sources": []
   },
   {
    "name": "sugar-toolkit-gtk4",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app --no-build-isolation ."
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../../",
      "dest": "."
     }
    ]
   },
   {
    "name": "gtk4-bundle-test",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 main.py /app/bin/org.sugarlabs.Gtk4BundleTest"
    ],
    "sources": [
     {
      "type": "file",
      "path": "main.py"
     }
    ]
   }
  ]
 }
}