{
 "app_id": "org.pygame.aliens",
 "source_url": "https://raw.githubusercontent.com/takluyver/pygame-flatpak-test/master/org.pygame.aliens.json",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "1.6",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--socket=x11",
  "--socket=pulseaudio",
  "--command=/app/bin/aliens"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:24:55.332895+00:00",
 "manifest": {
  "id": "org.pygame.aliens",
  "command": "/usr/bin/bash",
  "base": "org.pygame.BaseApp-py35",
  "runtime": "org.freedesktop.Platform",
  "sdk": "org.freedesktop.Sdk",
  "runtime-version": "1.6",
  "finish-args": [
   "--socket=x11",
   "--socket=pulseaudio",
   "--command=/app/bin/aliens"
  ],
  "modules": [
   {
    "name": "pygame",
    "sources": [
     {
      "type": "archive",
      "path": "icons.tar.gz",
      "strip-components": 0
     },
     {
      "type": "file",
      "path": "launch.py"
     },
     {
      "type": "file",
      "path": "org.pygame.aliens.desktop"
     }
    ],
    "buildsystem": "simple",
    "build-commands": [
     "cp launch.py /app/bin/aliens",
     "mkdir /app/share/applications",
     "cp org.pygame.aliens.desktop /app/share/applications/",
     "/usr/bin/python3 icons/install_icons.py org.pygame.aliens"
    ]
   }
  ]
 }
}