{
 "app_id": "com.tamert.pdfova",
 "source_url": "https://raw.githubusercontent.com/tamert/pdfova/main/dist-scripts/flatpak/com.tamert.pdfova.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "24.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:03:14.768862+00:00",
 "manifest": {
  "app-id": "com.tamert.pdfova",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "24.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "pdfova",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.node20",
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/node20/bin:/usr/lib/sdk/rust-stable/bin",
   "env": [
    "NPM_CONFIG_OFFLINE=false"
   ]
  },
  "finish-args": [
   "--share=network",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "pdfova",
    "buildsystem": "simple",
    "build-commands": [
     "npm install",
     "npm run build",
     "cd src-tauri && cargo build --release",
     "install -Dm755 src-tauri/target/release/pdfova /app/bin/pdfova"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/tamert/pdfova.git",
      "branch": "main"
     }
    ]
   }
  ]
 }
}