{
 "app_id": "io.github.fazrigading.SessionIntent",
 "source_url": "https://raw.githubusercontent.com/fazrigading/SessionIntent/master/packaging/flatpak/io.github.fazrigading.SessionIntent.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "47",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=session-bus",
  "--filesystem=home"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T12:59:36.439951+00:00",
 "manifest": {
  "app-id": "io.github.fazrigading.SessionIntent",
  "runtime": "org.gnome.Platform",
  "runtime-version": "47",
  "sdk": "org.gnome.Sdk",
  "command": "sessionintent",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=wayland",
   "--socket=session-bus",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "pyyaml",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app PyYAML"
    ],
    "sources": [
     {
      "type": "file",
      "url": "https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-6.0.2.tar.gz",
      "sha256": "FILL-ME-ON-RELEASE"
     }
    ]
   },
   {
    "name": "sessionintent",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app .",
     "install -Dm644 examples/apps.example.yaml /app/share/sessionintent/apps.yaml",
     "install -Dm644 examples/config.example.yaml /app/share/sessionintent/examples/config.yaml.example",
     "install -Dm644 man/sessionintent.1 /app/share/man/man1/sessionintent.1"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/fazrigading/SessionIntent.git",
      "tag": "v0.3.3"
     }
    ]
   }
  ]
 }
}