{
 "app_id": "io.github.i_machine_things.JobDocs",
 "source_url": "https://raw.githubusercontent.com/i-machine-things-org/JobDocs/master/linux/flatpak/io.github.i_machine_things.JobDocs.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "24.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--socket=cups",
  "--share=network",
  "--share=ipc",
  "--device=dri",
  "--filesystem=home",
  "--filesystem=/mnt",
  "--filesystem=host-etc:ro",
  "--filesystem=/run/systemd/resolve:ro",
  "--talk-name=org.freedesktop.Flatpak"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:02:12.062629+00:00",
 "manifest": {
  "app-id": "io.github.i_machine_things.JobDocs",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "24.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "JobDocs",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--socket=cups",
   "--share=network",
   "--share=ipc",
   "--device=dri",
   "--filesystem=home",
   "--filesystem=/mnt",
   "--filesystem=host-etc:ro",
   "--filesystem=/run/systemd/resolve:ro",
   "--talk-name=org.freedesktop.Flatpak"
  ],
  "modules": [
   {
    "name": "JobDocs",
    "buildsystem": "simple",
    "sources": [
     {
      "type": "dir",
      "path": "src"
     },
     {
      "type": "file",
      "path": "io.github.i_machine_things.JobDocs.desktop"
     },
     {
      "type": "file",
      "path": "io.github.i_machine_things.JobDocs.metainfo.xml"
     },
     {
      "type": "file",
      "path": "icon_16x16.png"
     },
     {
      "type": "file",
      "path": "icon_32x32.png"
     },
     {
      "type": "file",
      "path": "icon_128x128.png"
     },
     {
      "type": "file",
      "path": "icon_256x256.png"
     },
     {
      "type": "file",
      "path": "icon_512x512.png"
     }
    ],
    "build-commands": [
     "pip3 install --prefix=/app --no-index --find-links wheels/ -r requirements.txt",
     "install -d /app/lib/JobDocs",
     "cp -r main.py core modules shared /app/lib/JobDocs/",
     "sh -c '[ -d sample_files ] && cp -r sample_files /app/lib/JobDocs/ || true'",
     "install -d /app/bin",
     "printf '#!/bin/sh\\nexec python3 /app/lib/JobDocs/main.py \"$@\"\\n' > /app/bin/JobDocs",
     "chmod 755 /app/bin/JobDocs",
     "install -Dm644 io.github.i_machine_things.JobDocs.desktop /app/share/applications/io.github.i_machine_things.JobDocs.desktop",
     "install -Dm644 io.github.i_machine_things.JobDocs.metainfo.xml /app/share/metainfo/io.github.i_machine_things.JobDocs.metainfo.xml",
     "install -Dm644 icon_16x16.png /app/share/icons/hicolor/16x16/apps/io.github.i_machine_things.JobDocs.png",
     "install -Dm644 icon_32x32.png /app/share/icons/hicolor/32x32/apps/io.github.i_machine_things.JobDocs.png",
     "install -Dm644 icon_128x128.png /app/share/icons/hicolor/128x128/apps/io.github.i_machine_things.JobDocs.png",
     "install -Dm644 icon_256x256.png /app/share/icons/hicolor/256x256/apps/io.github.i_machine_things.JobDocs.png",
     "install -Dm644 icon_512x512.png /app/share/icons/hicolor/512x512/apps/io.github.i_machine_things.JobDocs.png"
    ]
   }
  ]
 }
}