{
 "app_id": "com.adil192modpacks.installer",
 "source_url": "https://raw.githubusercontent.com/adil192/modpack_installer/main/flatpak/com.adil192modpacks.installer.json",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "24.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher:rw",
  "--filesystem=~/.local/share/prismlauncher:rw"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T18:08:00.388300+00:00",
 "manifest": {
  "app-id": "com.adil192modpacks.installer",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "24.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "installer",
  "separate-locales": false,
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--filesystem=~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher:rw",
   "--filesystem=~/.local/share/prismlauncher:rw"
  ],
  "modules": [
   {
    "name": "installer",
    "buildsystem": "simple",
    "only-arches": [
     "x86_64"
    ],
    "build-commands": [
     "mkdir -p /app/",
     "tar -xf modpack_installer.tar.gz -C /app/",
     "mkdir -p /app/bin/",
     "ln -s -t /app/bin/ /app/installer"
    ],
    "sources": [
     {
      "type": "file",
      "path": "../modpack_installer.tar.gz"
     }
    ]
   }
  ]
 }
}