{
 "app_id": "io.github.savagecore.XoneTray",
 "source_url": "https://raw.githubusercontent.com/SavageCore/xone-tray/main/packaging/flatpak/io.github.savagecore.XoneTray.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "24.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--device=all",
  "--filesystem=host-os",
  "--socket=session-bus",
  "--talk-name=org.kde.StatusNotifierWatcher",
  "--talk-name=com.canonical.AppMenu.Registrar",
  "--talk-name=org.freedesktop.Notifications"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:59:41.847508+00:00",
 "manifest": {
  "app-id": "io.github.savagecore.XoneTray",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "24.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "xone-tray",
  "finish-args": [
   "--device=all",
   "--filesystem=host-os",
   "--socket=session-bus",
   "--talk-name=org.kde.StatusNotifierWatcher",
   "--talk-name=com.canonical.AppMenu.Registrar",
   "--talk-name=org.freedesktop.Notifications"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/xone-tray/cargo"
   }
  },
  "modules": [
   {
    "name": "xone-tray",
    "buildsystem": "simple",
    "build-commands": [
     "cargo fetch --manifest-path Cargo.toml",
     "cargo build --release --manifest-path Cargo.toml",
     "install -Dm755 target/release/xone-tray /app/bin/xone-tray",
     "install -Dm644 packaging/xone-tray.desktop /app/share/applications/io.github.savagecore.XoneTray.desktop",
     "install -Dm644 packaging/io.github.savagecore.XoneTray.svg /app/share/icons/hicolor/scalable/apps/io.github.savagecore.XoneTray.svg"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../.."
     }
    ],
    "build-options": {
     "build-args": [
      "--share=network"
     ]
    }
   }
  ]
 }
}