{
 "app_id": "com.hectic.sam",
 "source_url": "https://raw.githubusercontent.com/richhabits/sam/main/packaging/flatpak/com.hectic.sam.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "23.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=home",
  "--talk-name=org.freedesktop.secrets"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:04:24.605479+00:00",
 "manifest": {
  "app-id": "com.hectic.sam",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "23.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "sam",
  "separate-locales": false,
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=x11",
   "--socket=wayland",
   "--device=dri",
   "--filesystem=home",
   "--talk-name=org.freedesktop.secrets"
  ],
  "modules": [
   {
    "name": "sam",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 SAM.AppImage /app/bin/sam",
     "install -Dm644 com.hectic.sam.metainfo.xml /app/share/metainfo/com.hectic.sam.metainfo.xml",
     "install -Dm644 com.hectic.sam.desktop /app/share/applications/com.hectic.sam.desktop"
    ],
    "sources": [
     {
      "type": "file",
      "url": "{{APPIMAGE_URL}}",
      "sha256": "{{APPIMAGE_SHA256}}",
      "dest-filename": "SAM.AppImage"
     },
     {
      "type": "file",
      "path": "com.hectic.sam.metainfo.xml"
     },
     {
      "type": "file",
      "path": "com.hectic.sam.desktop"
     }
    ]
   }
  ]
 }
}