{
 "app_id": "com.pens.NetworkMonitor",
 "source_url": "https://raw.githubusercontent.com/mukhayyar/simple-flatpak-app-collections/main/net-network-monitor/com.pens.NetworkMonitor.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "45",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=network",
  "--filesystem=/proc:ro",
  "--device=all"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:00:40.699538+00:00",
 "manifest": {
  "app-id": "com.pens.NetworkMonitor",
  "runtime": "org.gnome.Platform",
  "runtime-version": "45",
  "sdk": "org.gnome.Sdk",
  "command": "network_monitor",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=network",
   "--filesystem=/proc:ro",
   "--device=all"
  ],
  "modules": [
   {
    "name": "network_monitor",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 network_monitor.py /app/bin/network_monitor"
    ],
    "sources": [
     {
      "type": "file",
      "path": "network_monitor.py"
     }
    ]
   }
  ]
 }
}