{
 "app_id": "io.github.chamilkandamby.ServiceBusExplorer",
 "source_url": "https://raw.githubusercontent.com/chamil-kandamby/servicebusexplorer-linux/main/packaging/flatpak/io.github.chamilkandamby.ServiceBusExplorer.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "24.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--share=network",
  "--persist=.local/share/ServiceBusExplorer"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T17:35:37.296384+00:00",
 "manifest": {
  "app-id": "io.github.chamilkandamby.ServiceBusExplorer",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "24.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.dotnet8"
  ],
  "command": "ServiceBusExplorer",
  "finish-args": [
   "--share=ipc",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri",
   "--share=network",
   "--persist=.local/share/ServiceBusExplorer"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/dotnet8/bin",
   "prepend-ld-library-path": "/usr/lib/sdk/dotnet8/lib",
   "env": {
    "DOTNET_CLI_TELEMETRY_OPTOUT": "1",
    "DOTNET_NOLOGO": "1"
   }
  },
  "modules": [
   {
    "name": "servicebusexplorer",
    "buildsystem": "simple",
    "build-options": {
     "build-args": [
      "--share=network"
     ]
    },
    "build-commands": [
     "dotnet publish linux/ServiceBusExplorer.Avalonia/ServiceBusExplorer.Avalonia.csproj -c Release -r linux-x64 --self-contained false -o /app/lib/ServiceBusExplorer",
     "install -Dm755 packaging/flatpak/ServiceBusExplorer.sh /app/bin/ServiceBusExplorer",
     "install -Dm644 packaging/flatpak/io.github.chamilkandamby.ServiceBusExplorer.desktop /app/share/applications/io.github.chamilkandamby.ServiceBusExplorer.desktop",
     "install -Dm644 packaging/flatpak/io.github.chamilkandamby.ServiceBusExplorer.metainfo.xml /app/share/metainfo/io.github.chamilkandamby.ServiceBusExplorer.metainfo.xml"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../.."
     }
    ]
   }
  ]
 }
}