{
 "app_id": "org.gnome.Screenshot",
 "source_url": "https://raw.githubusercontent.com/bilelmoussaoui/flatpak-vscode/master/src/test/assets/org.gnome.Screenshot.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "master",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=pulseaudio",
  "--talk-name=org.gnome.Shell.Screenshot",
  "--filesystem=home"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T16:21:35.915215+00:00",
 "manifest": {
  "app-id": "org.gnome.Screenshot",
  "runtime": "org.gnome.Platform",
  "runtime-version": "master",
  "sdk": "org.gnome.Sdk",
  "command": "gnome-screenshot",
  "x-run-args": [
   "--interactive"
  ],
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=wayland",
   "--socket=pulseaudio",
   "--talk-name=org.gnome.Shell.Screenshot",
   "--filesystem=home"
  ],
  "cleanup": [
   "/include",
   "/lib/pkgconfig",
   "/share/pkgconfig",
   "/share/aclocal",
   "/man",
   "/share/man",
   "/share/gtk-doc",
   "/share/vala",
   "*.la",
   "*.a"
  ],
  "modules": [
   {
    "name": "libhandy",
    "buildsystem": "meson",
    "config-opts": [
     "-Dexamples=false",
     "-Dglade_catalog=disabled",
     "-Dintrospection=disabled",
     "-Dtests=false",
     "-Dvapi=false"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.gnome.org/GNOME/libhandy.git"
     }
    ]
   },
   {
    "name": "gnome-screenshot",
    "buildsystem": "meson",
    "builddir": true,
    "post-install": [
     "echo 'hello'"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.gnome.org/GNOME/gnome-screenshot.git"
     }
    ]
   }
  ]
 }
}