{
 "app_id": "app.clustercut.clustercut",
 "source_url": "https://raw.githubusercontent.com/keithvassallomt/ClusterCut/main/src-tauri/flatpak/app.clustercut.clustercut.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--socket=wayland",
  "--device=dri",
  "--talk-name=org.kde.StatusNotifierWatcher",
  "--talk-name=org.gnome.Shell",
  "--own-name=app.clustercut.clustercut",
  "--system-talk-name=org.freedesktop.login1",
  "--filesystem=home",
  "--filesystem=xdg-run/tray-icon:create"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T12:52:59.278615+00:00",
 "manifest": {
  "app-id": "app.clustercut.clustercut",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable",
   "org.freedesktop.Sdk.Extension.node22"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/node22/bin"
  },
  "command": "clustercut",
  "finish-args": [
   "--share=network",
   "--socket=wayland",
   "--device=dri",
   "--talk-name=org.kde.StatusNotifierWatcher",
   "--talk-name=org.gnome.Shell",
   "--own-name=app.clustercut.clustercut",
   "--system-talk-name=org.freedesktop.login1",
   "--filesystem=home",
   "--filesystem=xdg-run/tray-icon:create"
  ],
  "modules": [
   "shared-modules/libappindicator/libappindicator-gtk3-12.10.json",
   {
    "name": "clustercut",
    "buildsystem": "simple",
    "build-options": {
     "env": {
      "CARGO_HOME": "/run/build/clustercut/cargo",
      "XDG_CACHE_HOME": "/run/build/clustercut/flatpak-node/cache",
      "npm_config_cache": "/run/build/clustercut/flatpak-node/npm-cache",
      "npm_config_offline": "true"
     }
    },
    "build-commands": [
     "npm ci --offline",
     "npm run tauri build -- --no-bundle",
     "install -D src-tauri/target/release/clustercut /app/bin/clustercut",
     "install -D src-tauri/flatpak/app.clustercut.clustercut.desktop /app/share/applications/app.clustercut.clustercut.desktop",
     "install -D src-tauri/flatpak/app.clustercut.clustercut.svg /app/share/icons/hicolor/scalable/apps/app.clustercut.clustercut.svg",
     "install -D src-tauri/flatpak/app.clustercut.clustercut.metainfo.xml /app/share/metainfo/app.clustercut.clustercut.metainfo.xml",
     "install -D \"assets/Tray Icons/svg/clustercut-tray-symbolic.svg\" /app/share/icons/hicolor/scalable/status/app.clustercut.clustercut-tray-symbolic.svg",
     "install -Dm0644 LICENSE -t /app/share/licenses/app.clustercut.clustercut/clustercut"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/keithvassallomt/ClusterCut.git",
      "tag": "v0.4.3"
     },
     "cargo-sources.json",
     "node-sources.json"
    ]
   }
  ]
 }
}