{
 "app_id": "io.github.mricho495.Hangar",
 "source_url": "https://raw.githubusercontent.com/mricho/Hangar-gnome-appimage-launcher/main/io.github.mricho495.Hangar.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc",
  "--device=dri",
  "--filesystem=~/AppImages",
  "--talk-name=org.freedesktop.Flatpak",
  "--filesystem=xdg-data/applications:create",
  "--filesystem=xdg-data/icons:create"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:55:40.831049+00:00",
 "manifest": {
  "app-id": "io.github.mricho495.Hangar",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "hangar-gui",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri",
   "--filesystem=~/AppImages",
   "--talk-name=org.freedesktop.Flatpak",
   "--filesystem=xdg-data/applications:create",
   "--filesystem=xdg-data/icons:create"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/hangar/cargo"
   },
   "build-args": [
    "--share=network"
   ]
  },
  "modules": [
   {
    "name": "hangar",
    "buildsystem": "simple",
    "build-commands": [
     "cargo --offline build --release --features gui || cargo build --release --features gui",
     "install -Dm755 target/release/hangar-gui /app/bin/hangar-gui",
     "install -Dm755 target/release/hangar /app/bin/hangar",
     "install -Dm644 data/io.github.mricho495.Hangar.desktop /app/share/applications/io.github.mricho495.Hangar.desktop",
     "install -Dm644 data/io.github.mricho495.Hangar.metainfo.xml /app/share/metainfo/io.github.mricho495.Hangar.metainfo.xml",
     "install -Dm644 data/icons/hicolor/scalable/apps/io.github.mricho495.Hangar.svg /app/share/icons/hicolor/scalable/apps/io.github.mricho495.Hangar.svg"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     }
    ]
   }
  ]
 }
}