{
 "app_id": "com.pens.SystemInfo",
 "source_url": "https://raw.githubusercontent.com/mukhayyar/simple-flatpak-app-collections/main/system-info/com.pens.SystemInfo.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "45",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--socket=pulseaudio",
  "--filesystem=/proc:ro",
  "--device=all"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:01:13.521718+00:00",
 "manifest": {
  "app-id": "com.pens.SystemInfo",
  "runtime": "org.gnome.Platform",
  "runtime-version": "45",
  "build-commit-tag": "1.0.0",
  "sdk": "org.gnome.Sdk",
  "command": "system_info.py",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--socket=pulseaudio",
   "--filesystem=/proc:ro",
   "--device=all"
  ],
  "modules": [
   {
    "name": "system-info",
    "sources": [
     {
      "type": "file",
      "path": "system_info.py"
     }
    ],
    "buildsystem": "simple",
    "build-commands": [
     "install -D system_info.py /app/bin/system_info.py",
     "chmod +x /app/bin/system_info.py"
    ]
   }
  ]
 }
}