{
 "app_id": "io.github.wazzaps.Fingerpaint",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.wazzaps.Fingerpaint/master/io.github.wazzaps.Fingerpaint.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=all",
  "--device=dri",
  "--filesystem=/sys:ro",
  "--filesystem=/run/udev:ro"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-17T16:12:30.994015+00:00",
 "manifest": {
  "app-id": "io.github.wazzaps.Fingerpaint",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "fingerpaint",
  "rename-icon": "fingerpaint",
  "finish-args": [
   "--share=ipc",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri",
   "--device=all",
   "--filesystem=/sys:ro",
   "--filesystem=/run/udev:ro"
  ],
  "modules": [
   "pypi-dependencies.json",
   {
    "name": "xinput",
    "buildsystem": "autotools",
    "cleanup": [
     "/share/man"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.freedesktop.org/xorg/app/xinput.git",
      "tag": "xinput-1.6.4",
      "commit": "b6092488058da39754ece13475aab53616397af7"
     }
    ]
   },
   {
    "name": "fingerpaint",
    "buildsystem": "simple",
    "build-commands": [
     "python3 setup.py bdist_wheel && pip3 install --no-deps --no-index --prefix=/app dist/*.whl",
     "install -D flatpak/$FLATPAK_ID.metainfo.xml -t $FLATPAK_DEST/share/appdata/",
     "install -D flatpak/$FLATPAK_ID.desktop -t $FLATPAK_DEST/share/applications/",
     "install -D snap/gui/fingerpaint.svg -t $FLATPAK_DEST/share/icons/hicolor/scalable/apps/"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/wazzaps/fingerpaint",
      "tag": "v1.4.3",
      "commit": "476532a75eed76d6f8938ae3d4ed0cc2f76d966c"
     }
    ]
   }
  ]
 }
}