{
 "app_id": "fr.guillaume_gomez.ProcessViewer",
 "source_url": "https://raw.githubusercontent.com/GuillaumeGomez/process-viewer/main/flatpak/fr.guillaume_gomez.ProcessViewer.json",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "19.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=all",
  "--share=network"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T17:56:32.114919+00:00",
 "manifest": {
  "app-id": "fr.guillaume_gomez.ProcessViewer",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "19.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "process_viewer",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=all",
   "--share=network"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/process_viewer/cargo"
   }
  },
  "modules": [
   {
    "name": "process_viewer",
    "buildsystem": "simple",
    "build-commands": [
     "cargo --offline fetch --manifest-path Cargo.toml --verbose",
     "cargo --offline build --release --verbose",
     "install -Dm755 ./target/release/process_viewer -t /app/bin/",
     "install -Dm644 ./assets/${FLATPAK_ID}.metainfo.xml -t /app/share/metainfo/",
     "install -Dm644 ./assets/${FLATPAK_ID}.desktop -t /app/share/applications/",
     "install -Dm644 ./assets/${FLATPAK_ID}.svg -t /app/share/icons/hicolor/scalable/apps/"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../"
     },
     "generated-sources.json"
    ]
   }
  ]
 }
}