{
 "app_id": "org.test.Deprecated.SHA1",
 "source_url": "https://raw.githubusercontent.com/flatpak/flatpak-builder/main/tests/org.test.Deprecated.SHA1.archive.json",
 "runtime": "org.test.Platform",
 "runtime_version": null,
 "sdk": "org.test.Sdk",
 "finish_args": [],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:20:04.402123+00:00",
 "manifest": {
  "app-id": "org.test.Deprecated.SHA1",
  "runtime": "org.test.Platform",
  "sdk": "org.test.Sdk",
  "command": "hello.sh",
  "modules": [
   {
    "name": "hello",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/bin",
     "cp hello.sh /app/bin/hello.sh"
    ],
    "sources": [
     {
      "type": "archive",
      "path": "hello.tar.xz",
      "sha1": "0d2bf9dcdc338fa1ce97ae628b96244411b8d326"
     }
    ]
   }
  ]
 }
}