{
 "app_id": "org.fluidcore.platform",
 "source_url": "https://raw.githubusercontent.com/developerakshat12/FluidCorePDF/main/ops/flatpak/org.fluidcore.platform.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "46",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc",
  "--device=dri",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-21T19:41:23.055255+00:00",
 "manifest": {
  "app-id": "org.fluidcore.platform",
  "runtime": "org.gnome.Platform",
  "runtime-version": "46",
  "sdk": "org.gnome.Sdk",
  "command": "fluidcore_app",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri",
   "--filesystem=home"
  ],
  "build-options": {
   "cflags": "-O2 -g",
   "cxxflags": "-O2 -g"
  },
  "cleanup": [
   "/include",
   "/lib/pkgconfig",
   "/share/pkgconfig",
   "/share/man",
   "*.a",
   "*.la"
  ],
  "modules": [
   {
    "name": "fluidcore",
    "buildsystem": "cmake-ninja",
    "builddir": true,
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
     "-DFLUIDCORE_BUILD_APP=ON"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../../"
     }
    ],
    "post-install": [
     "install -Dm644 resources/linux/org.fluidcore.platform.desktop /app/share/applications/org.fluidcore.platform.desktop",
     "install -Dm644 resources/linux/org.fluidcore.platform.xml /app/share/mime/packages/org.fluidcore.platform.xml",
     "install -Dm644 resources/linux/org.fluidcore.platform.metainfo.xml /app/share/metainfo/org.fluidcore.platform.metainfo.xml",
     "install -Dm644 resources/icons/fluidcore.png /app/share/icons/hicolor/256x256/apps/org.fluidcore.platform.png",
     "cp -r resources/icons/hicolor /app/share/icons/",
     "ln -sf fluidcore_app /app/bin/fluidcore"
    ]
   }
  ]
 }
}