{
 "app_id": "com.github.Flack74.pom",
 "source_url": "https://raw.githubusercontent.com/Flack74/pom/main/packaging/flatpak/com.github.Flack74.pom.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "23.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--socket=pulseaudio",
  "--talk-name=org.freedesktop.Notifications",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:58:00.244154+00:00",
 "manifest": {
  "app-id": "com.github.Flack74.pom",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "23.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.golang",
   "org.freedesktop.Sdk.Extension.node18"
  ],
  "command": "pom",
  "finish-args": [
   "--share=network",
   "--socket=pulseaudio",
   "--talk-name=org.freedesktop.Notifications",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "pom",
    "buildsystem": "simple",
    "build-commands": [
     "cd web/frontend && npm install && npm run build && cd ../..",
     "go build -ldflags \"-s -w\" -o pom .",
     "install -Dm755 pom /app/bin/pom"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/Flack74/pom.git",
      "tag": "v2.1.0"
     }
    ]
   }
  ]
 }
}