{
 "app_id": "com.lexaloffle.pico8",
 "source_url": "https://raw.githubusercontent.com/newsch/pico8-flatpak/main/com.lexaloffle.pico8.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "21.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--socket=x11",
  "--socket=wayland",
  "--socket=pulseaudio",
  "--device=dri",
  "--device=all",
  "--filesystem=~/.lexaloffle:create",
  "--filesystem=xdg-desktop"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:56:18.633128+00:00",
 "manifest": {
  "app-id": "com.lexaloffle.pico8",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "21.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "pico8",
  "modules": [
   {
    "name": "pico8",
    "buildsystem": "simple",
    "build-commands": [
     "install -D pico8 /app/bin/pico8",
     "install -Dm644 pico8.dat /app/bin/pico8.dat",
     "install -Dm644 pico8.png /app/share/icons/hicolor/64x64/apps/$FLATPAK_ID.png",
     "install -Dm644 pico8.desktop /app/share/applications/$FLATPAK_ID.desktop",
     "desktop-file-edit --set-icon=$FLATPAK_ID /app/share/applications/$FLATPAK_ID.desktop"
    ],
    "sources": [
     {
      "type": "file",
      "path": "pico8.png"
     },
     {
      "type": "file",
      "path": "pico8.desktop"
     },
     {
      "type": "file",
      "path": "pico-8/pico8"
     },
     {
      "type": "file",
      "path": "pico-8/pico8.dat"
     }
    ]
   }
  ],
  "finish-args": [
   "--share=network",
   "--socket=x11",
   "--socket=wayland",
   "--socket=pulseaudio",
   "--device=dri",
   "--device=all",
   "--filesystem=~/.lexaloffle:create",
   "--filesystem=xdg-desktop"
  ]
 }
}