{
 "app_id": "org.Xetibo.ReSet",
 "source_url": "https://raw.githubusercontent.com/Xetibo/ReSet/main/flatpak/org.Xetibo.ReSet-debug.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "46",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=pulseaudio",
  "--share=network",
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--device=all",
  "--allow=bluetooth",
  "--socket=system-bus",
  "--socket=session-bus"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T18:03:35.576548+00:00",
 "manifest": {
  "app-id": "org.Xetibo.ReSet",
  "runtime": "org.gnome.Platform",
  "runtime-version": "46",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-nightly"
  ],
  "command": "ReSet",
  "finish-args": [
   "--socket=pulseaudio",
   "--share=network",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--device=all",
   "--allow=bluetooth",
   "--socket=system-bus",
   "--socket=session-bus"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-nightly/bin"
  },
  "modules": [
   {
    "name": "reset",
    "buildsystem": "simple",
    "build-options": {
     "env": {
      "CARGO_HOME": "/run/build/reset/cargo"
     }
    },
    "build-commands": [
     "cargo --offline fetch --manifest-path Cargo.toml --verbose",
     "cargo --offline build --verbose",
     "install -Dm755 ./target/debug/ReSet -t /app/bin/",
     "install -Dm644 ./src/resources/icons/ReSet.svg /app/share/icons/hicolor/scalable/apps/org.Xetibo.ReSet.svg",
     "install -Dm644 ./flatpak/org.Xetibo.ReSet.desktop /app/share/applications/org.Xetibo.ReSet.desktop"
    ],
    "sources": [
     {
      "type": "dir",
      "path": ".."
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}