{
 "app_id": "com.pens.InvoiceMaker",
 "source_url": "https://raw.githubusercontent.com/mukhayyar/simple-flatpak-app-collections/main/office-invoice-maker/com.pens.InvoiceMaker.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "45",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:00:49.053385+00:00",
 "manifest": {
  "app-id": "com.pens.InvoiceMaker",
  "runtime": "org.gnome.Platform",
  "runtime-version": "45",
  "sdk": "org.gnome.Sdk",
  "command": "invoice_maker",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "invoice_maker",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 invoice_maker.py /app/bin/invoice_maker"
    ],
    "sources": [
     {
      "type": "file",
      "path": "invoice_maker.py"
     }
    ]
   }
  ]
 }
}