{
 "app_id": "com.enginkarahan.PdfAnnotationExtractor",
 "source_url": "https://raw.githubusercontent.com/EnginKarahan/PdfAnnotationExtractor/main/build-aux/flatpak/com.enginkarahan.PdfAnnotationExtractor.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "24.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=home"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T12:58:17.957806+00:00",
 "manifest": {
  "app-id": "com.enginkarahan.PdfAnnotationExtractor",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "24.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "pdf-annotation-extractor",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=wayland",
   "--device=dri",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "python-deps",
    "buildsystem": "simple",
    "build-options": {
     "build-args": [
      "--share=network"
     ]
    },
    "build-commands": [
     "pip3 install --no-cache-dir --no-deps --prefix=${FLATPAK_DEST} -r requirements.txt"
    ],
    "sources": [
     {
      "type": "file",
      "path": "../../requirements.txt"
     }
    ]
   },
   {
    "name": "pdf-annotation-extractor",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --no-cache-dir --no-deps --prefix=${FLATPAK_DEST} ."
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../../",
      "skip": [
       ".git",
       ".venv",
       "dist",
       "build-aux/flatpak"
      ]
     }
    ]
   }
  ]
 }
}