{
 "app_id": "io.github.therealsavi.iOpenPod",
 "source_url": "https://raw.githubusercontent.com/TheRealSavi/iOpenPod/main/flatpak/io.github.therealsavi.iOpenPod.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=pulseaudio",
  "--device=all",
  "--share=network",
  "--filesystem=home",
  "--filesystem=/media",
  "--filesystem=/run/media",
  "--filesystem=/mnt",
  "--filesystem=/run/udev:ro"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:01:32.120748+00:00",
 "manifest": {
  "app-id": "io.github.therealsavi.iOpenPod",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "iOpenPod",
  "separate-locales": false,
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=wayland",
   "--socket=pulseaudio",
   "--device=all",
   "--share=network",
   "--filesystem=home",
   "--filesystem=/media",
   "--filesystem=/run/media",
   "--filesystem=/mnt",
   "--filesystem=/run/udev:ro"
  ],
  "modules": [
   {
    "name": "iOpenPod",
    "buildsystem": "simple",
    "sources": [
     {
      "type": "dir",
      "path": "../dist/iOpenPod",
      "dest": "bundle"
     },
     {
      "type": "dir",
      "path": "../src/iopenpod/assets/icons",
      "dest": "icons"
     },
     {
      "type": "file",
      "path": "iOpenPod-wrapper.sh"
     },
     {
      "type": "file",
      "path": "io.github.therealsavi.iOpenPod.desktop"
     },
     {
      "type": "file",
      "path": "io.github.therealsavi.iOpenPod.metainfo.xml"
     }
    ],
    "build-commands": [
     "install -d /app/lib/iOpenPod",
     "cp -a bundle/. /app/lib/iOpenPod/",
     "chmod +x /app/lib/iOpenPod/iOpenPod",
     "install -Dm755 iOpenPod-wrapper.sh /app/bin/iOpenPod",
     "install -Dm644 icons/icon-256.png /app/share/icons/hicolor/256x256/apps/io.github.therealsavi.iOpenPod.png",
     "install -Dm644 icons/icon-128.png /app/share/icons/hicolor/128x128/apps/io.github.therealsavi.iOpenPod.png",
     "install -Dm644 icons/icon-64.png  /app/share/icons/hicolor/64x64/apps/io.github.therealsavi.iOpenPod.png",
     "install -Dm644 icons/icon-48.png  /app/share/icons/hicolor/48x48/apps/io.github.therealsavi.iOpenPod.png",
     "install -Dm644 icons/icon-32.png  /app/share/icons/hicolor/32x32/apps/io.github.therealsavi.iOpenPod.png",
     "install -Dm644 icons/icon-16.png  /app/share/icons/hicolor/16x16/apps/io.github.therealsavi.iOpenPod.png",
     "install -Dm644 io.github.therealsavi.iOpenPod.desktop /app/share/applications/io.github.therealsavi.iOpenPod.desktop",
     "install -Dm644 io.github.therealsavi.iOpenPod.metainfo.xml /app/share/metainfo/io.github.therealsavi.iOpenPod.metainfo.xml"
    ]
   }
  ]
 }
}