{
 "app_id": "com.pens.TipCalculator",
 "source_url": "https://raw.githubusercontent.com/mukhayyar/simple-flatpak-app-collections/main/util-tip-calculator/com.pens.TipCalculator.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "45",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:01:24.234472+00:00",
 "manifest": {
  "app-id": "com.pens.TipCalculator",
  "runtime": "org.gnome.Platform",
  "runtime-version": "45",
  "build-commit-tag": "1.0.0",
  "sdk": "org.gnome.Sdk",
  "command": "tip_calculator",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11"
  ],
  "modules": [
   {
    "name": "tip_calculator",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 tip_calculator.py /app/bin/tip_calculator"
    ],
    "sources": [
     {
      "type": "file",
      "path": "tip_calculator.py"
     }
    ]
   }
  ]
 }
}