{
 "app_id": "cf.vertex.gtk",
 "source_url": "https://raw.githubusercontent.com/Restioson/vertex/development/client/gtk/flatpak/cf.vertex.gtk.json",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "19.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=pulseaudio",
  "--talk-name=org.freedesktop.secrets",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri"
 ],
 "module_count": 4,
 "fetched_at": "2026-09-17T18:05:30.270156+00:00",
 "manifest": {
  "app-id": "cf.vertex.gtk",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "19.08",
  "sdk": "org.freedesktop.Sdk",
  "finish-args": [
   "--share=ipc",
   "--share=network",
   "--socket=pulseaudio",
   "--talk-name=org.freedesktop.secrets",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri"
  ],
  "command": "Vertex",
  "modules": [
   {
    "name": "gtk-app",
    "buildsystem": "simple",
    "build-commands": [
     "strip vertex_client_gtk",
     "install -D vertex_client_gtk /app/bin/Vertex"
    ],
    "sources": [
     {
      "type": "file",
      "path": "../target/release/vertex_client_gtk"
     }
    ]
   },
   {
    "name": "resources",
    "buildsystem": "simple",
    "build-commands": [
     "cp -r . /app/bin/res"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../res"
     }
    ]
   },
   {
    "name": "desktop-file",
    "buildsystem": "simple",
    "build-commands": [
     "install -D vertex.desktop /app/share/applications/cf.vertex.gtk.desktop"
    ],
    "sources": [
     {
      "type": "file",
      "path": "vertex.desktop"
     }
    ]
   },
   {
    "name": "icon",
    "buildsystem": "simple",
    "build-commands": [
     "install -D icon.svg /app/share/icons/hicolor/scalable/apps/cf.vertex.gtk.svg"
    ],
    "sources": [
     {
      "type": "file",
      "path": "../res/icon.svg"
     }
    ]
   }
  ]
 }
}