{
 "app_id": "com.example.Acme",
 "source_url": "https://raw.githubusercontent.com/lil5/flatpak-flutter-docker/main/example/com.example.Acme.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "21.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--socket=system-bus",
  "--share=network",
  "--device=all",
  "--filesystem=xdg-download",
  "--talk-name=org.freedesktop.Notifications",
  "--own-name=com.example.Acme"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T17:40:27.245888+00:00",
 "manifest": {
  "app-id": "com.example.Acme",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "21.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "acme",
  "modules": [
   {
    "name": "acme",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/bin",
     "pwd",
     "mv binary /app/bin/acme",
     "chmod +x /app/bin/acme",
     "install -Dm644 icon.svg /app/share/icons/hicolor/scalable/apps/com.example.Acme.svg",
     "install -Dm644 com.example.Acme.desktop /app/share/applications/com.example.Acme.desktop",
     "install -Dm644 com.example.Acme.metainfo.xml /app/share/appdata/com.example.Acme.metainfo.xml"
    ],
    "sources": [
     {
      "type": "archive",
      "path": "bundle.tar.gz"
     },
     {
      "type": "file",
      "path": "com.example.Acme.desktop"
     },
     {
      "type": "file",
      "path": "com.example.Acme.metainfo.xml"
     },
     {
      "type": "file",
      "path": "icon.svg"
     }
    ]
   }
  ],
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--socket=system-bus",
   "--share=network",
   "--device=all",
   "--filesystem=xdg-download",
   "--talk-name=org.freedesktop.Notifications",
   "--own-name=com.example.Acme"
  ]
 }
}