{
 "app_id": "com.example.FlutterApp",
 "source_url": "https://raw.githubusercontent.com/Merrit/flutter_flatpak_example/main/flathub_repo/com.example.FlutterApp.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "22.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--socket=pulseaudio",
  "--share=network"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:21:35.915220+00:00",
 "manifest": {
  "app-id": "com.example.FlutterApp",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "22.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "flutter_flatpak_example",
  "separate-locales": false,
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--socket=pulseaudio",
   "--share=network"
  ],
  "modules": [
   {
    "name": "FlutterApp",
    "buildsystem": "simple",
    "only-arches": [
     "x86_64"
    ],
    "build-commands": [
     "./build-flatpak.sh"
    ],
    "sources": [
     {
      "type": "file",
      "url": "https://github.com/Merrit/flutter_flatpak_example/releases/download/v1.0.0/FlutterApp-Linux-Portable.tar.gz",
      "sha256": "5dc57e4f5b84e6527098cb1e011ef50413c660147f5da7dfbfb507527e44eb83"
     },
     {
      "type": "dir",
      "path": "../counter_app"
     },
     {
      "type": "file",
      "path": "build-flatpak.sh"
     }
    ]
   }
  ]
 }
}