{
 "app_id": "org.tiwut.TitanDownloader",
 "source_url": "https://raw.githubusercontent.com/tiwut/Titan-Website-Downloader/main/org.tiwut.TitanDownloader.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "23.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=home"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T17:37:29.172901+00:00",
 "manifest": {
  "app-id": "org.tiwut.TitanDownloader",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "23.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "titan-downloader",
  "finish-args": [
   "--share=network",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--filesystem=home"
  ],
  "build-options": {
   "build-args": [
    "--share=network"
   ]
  },
  "modules": [
   {
    "name": "python-deps",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --no-cache-dir --prefix=/app requests beautifulsoup4 customtkinter"
    ]
   },
   {
    "name": "titan-downloader",
    "buildsystem": "simple",
    "build-commands": [
     "install -D -m 755 main.py /app/bin/titan-downloader"
    ],
    "sources": [
     {
      "type": "file",
      "path": "main.py"
     }
    ]
   }
  ]
 }
}