{
 "app_id": "com.meteowatch.app",
 "source_url": "https://raw.githubusercontent.com/vladzur/meteowatch/master/com.meteowatch.app.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=network",
  "--share=ipc",
  "--socket=session-bus",
  "--filesystem=xdg-config/meteowatch:create"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-18T07:59:01.053081+00:00",
 "manifest": {
  "app-id": "com.meteowatch.app",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "command": "meteowatch",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=network",
   "--share=ipc",
   "--socket=session-bus",
   "--filesystem=xdg-config/meteowatch:create"
  ],
  "modules": [
   {
    "name": "python3-deps",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app --no-deps --ignore-installed *.whl"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "flatpak-deps"
     }
    ]
   },
   {
    "name": "meteowatch",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app --no-deps --no-build-isolation .",
     "install -Dm644 data/com.meteowatch.app.desktop /app/share/applications/com.meteowatch.app.desktop",
     "install -Dm644 data/com.meteowatch.app.svg /app/share/icons/hicolor/scalable/apps/com.meteowatch.app.svg",
     "install -Dm644 data/com.meteowatch.app.metainfo.xml /app/share/metainfo/com.meteowatch.app.metainfo.xml"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     }
    ]
   }
  ]
 }
}