{
 "app_id": "com.jotadevs.GnomeCats",
 "source_url": "https://raw.githubusercontent.com/JuanjoSalvador/gnome-cats/master/com.jotadevs.GnomeCats.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "3.30",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--talk-name=org.gtk.vfs.*"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T17:41:46.042672+00:00",
 "manifest": {
  "app-id": "com.jotadevs.GnomeCats",
  "runtime": "org.gnome.Platform",
  "runtime-version": "3.30",
  "sdk": "org.gnome.Sdk",
  "command": "/app/share/gnome-cats/__main__.py",
  "finish-args": [
   "--share=network",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--talk-name=org.gtk.vfs.*"
  ],
  "modules": [
   {
    "name": "gnome-cats",
    "sources": [
     {
      "type": "dir",
      "path": "src",
      "skip": [
       "setup.py",
       "requirements.txt"
      ]
     }
    ],
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p ${FLATPAK_DEST}/share/gnome-cats",
     "cp -r * ${FLATPAK_DEST}/share/gnome-cats"
    ]
   }
  ],
  "build-options": {
   "env": {}
  }
 }
}