{
 "app_id": "dev.invrs.oxide",
 "source_url": "https://raw.githubusercontent.com/flathub/dev.invrs.oxide/master/dev.invrs.oxide.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:09:38.285482+00:00",
 "manifest": {
  "app-id": "dev.invrs.oxide",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "OxideManager",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri"
  ],
  "modules": [
   {
    "name": "oxidemanager",
    "buildsystem": "simple",
    "build-options": {
     "append-path": "/usr/lib/sdk/rust-stable/bin",
     "env": {
      "CARGO_HOME": "/run/build/oxidemanager/cargo",
      "CARGO_NET_OFFLINE": "true"
     }
    },
    "build-commands": [
     "install -Dm644 assets/dev.invrs.oxide.desktop /app/share/applications/dev.invrs.oxide.desktop",
     "install -Dm644 assets/dev.invrs.oxide.metainfo.xml /app/share/metainfo/dev.invrs.oxide.metainfo.xml",
     "install -Dm644 assets/icon.png /app/share/icons/hicolor/512x512/apps/dev.invrs.oxide.png",
     "install -Dm644 assets/notfound.png /app/share/oxide/notfound.png",
     "cargo --offline fetch --manifest-path Cargo.toml --verbose",
     "cargo --offline build --release --verbose",
     "install -Dm755 target/release/OxideManager -t /app/bin/"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/pezfisk/oxidemanager",
      "tag": "v0.5.1-flathub",
      "commit": "d23dc99af9baf7c6b07d3e0c69786d908ff3bfb2"
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}