{
 "app_id": "com.matthew.MattsGameStudio",
 "source_url": "https://raw.githubusercontent.com/MatthewPChapdelaine/MattsGameStudio/master/packaging/flatpak/com.matthew.MattsGameStudio.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:05:07.979730+00:00",
 "manifest": {
  "app-id": "com.matthew.MattsGameStudio",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "command": "matts-game-studio-native-host",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "matts-game-studio",
    "buildsystem": "simple",
    "build-commands": [
     "install -d /app/bin /app/share/matts-game-studio /app/share/applications /app/share/metainfo /app/share/icons/hicolor/scalable/apps",
     "cp -r ./webapp/. /app/share/matts-game-studio/",
     "cp -r ./templates/. /app/share/matts-game-studio/templates/",
     "install -Dm755 packaging/flatpak/matts-game-studio-native-host.py /app/bin/matts-game-studio-native-host",
     "install -Dm644 packaging/flatpak/com.matthew.MattsGameStudio.desktop /app/share/applications/com.matthew.MattsGameStudio.desktop",
     "install -Dm644 packaging/flatpak/com.matthew.MattsGameStudio.metainfo.xml /app/share/metainfo/com.matthew.MattsGameStudio.metainfo.xml",
     "install -Dm644 packaging/flatpak/com.matthew.MattsGameStudio.svg /app/share/icons/hicolor/scalable/apps/com.matthew.MattsGameStudio.svg"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../.."
     }
    ]
   }
  ]
 }
}