{
 "app_id": "org.example.LegacyApp",
 "source_url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/test/flatpak-manifest/org.example.LegacyApp.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "45",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=x11",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:53:28.279586+00:00",
 "manifest": {
  "app-id": "org.example.LegacyApp",
  "cleanup": [
   "/include",
   "/lib/pkgconfig",
   "/share/man",
   "*.la",
   "*.a"
  ],
  "cleanup-commands": [
   "ldconfig"
  ],
  "command": "legacy-app",
  "copy-icon": true,
  "desktop-file-name-prefix": "(Nightly) ",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=x11",
   "--filesystem=home"
  ],
  "modules": [
   {
    "build-commands": [
     "install -Dm755 legacy-app.sh /app/bin/legacy-app",
     "install -Dm644 legacy-app.desktop /app/share/applications/legacy-app.desktop"
    ],
    "buildsystem": "simple",
    "name": "legacy-app",
    "sources": [
     {
      "commands": [
       "#!/bin/bash",
       "exec /app/lib/legacy-app/run.sh \"$@\""
      ],
      "dest-filename": "legacy-app.sh",
      "type": "script"
     },
     {
      "path": "legacy-app.desktop",
      "type": "file"
     },
     {
      "path": ".",
      "type": "dir"
     }
    ]
   }
  ],
  "rename-appdata-file": "legacy-app.appdata.xml",
  "rename-desktop-file": "legacy-app.desktop",
  "rename-icon": "legacy-app",
  "runtime": "org.gnome.Platform",
  "runtime-version": "45",
  "sdk": "org.gnome.Sdk",
  "separate-locales": false
 }
}