{
 "app_id": "com.cerebralnomad.recipescribe",
 "source_url": "https://raw.githubusercontent.com/flathub/com.cerebralnomad.recipescribe/master/com.cerebralnomad.recipescribe.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "6.11",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--filesystem=home",
  "--filesystem=xdg-config/kdeglobals:ro",
  "--talk-name=com.canonical.AppMenu.Registrar",
  "--talk-name=org.kde.kconfig.notify",
  "--talk-name=org.kde.KGlobalSettings"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:07:02.937134+00:00",
 "manifest": {
  "id": "com.cerebralnomad.recipescribe",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.11",
  "sdk": "org.kde.Sdk",
  "base": "com.riverbankcomputing.PyQt.BaseApp",
  "base-version": "6.11",
  "command": "recipe_scribe_qt",
  "cleanup-commands": [
   "/app/cleanup-BaseApp.sh"
  ],
  "build-options": {
   "env": [
    "BASEAPP_REMOVE_WEBENGINE=1"
   ]
  },
  "finish-args": [
   "--filesystem=home:rw",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc"
  ],
  "modules": [
   {
    "name": "recipescribe-qt",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/bin/windows /app/bin/resources",
     "install -Dm755 src/main.py /app/bin/recipe_scribe_qt",
     "cp src/config.py src/formatting.py src/categories.py src/search.py src/theme.py /app/bin/",
     "cp src/windows/*.py /app/bin/windows/",
     "cp src/resources/*.py /app/bin/resources/",
     "install -D com.cerebralnomad.recipescribe.metainfo.xml /app/share/metainfo/com.cerebralnomad.recipescribe.metainfo.xml",
     "install -D com.cerebralnomad.recipescribe.desktop /app/share/applications/com.cerebralnomad.recipescribe.desktop",
     "install -Dm644 icons/rc_128.png /app/share/icons/hicolor/128x128/apps/com.cerebralnomad.recipescribe.png",
     "install -Dm644 icons/rc_256.png /app/share/icons/hicolor/256x256/apps/com.cerebralnomad.recipescribe.png"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/cerebralnomad/Recipe-Scribe/releases/download/v3.0.0-stable/recipe_scribe_qt_3.0.0_flatpak_source_files.tar.gz",
      "sha256": "545391dfd5a3c7b58bd7906dcc7d3c1347dd444bd1d14d98f60e784d4b144192",
      "strip-components": 0
     }
    ]
   }
  ]
 }
}