{
 "app_id": "io.github.davethegamedev.DrimeDesktop",
 "source_url": "https://raw.githubusercontent.com/DaveTheGameDev/drime-desktop-linux/main/flatpak/io.github.davethegamedev.DrimeDesktop.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc",
  "--device=dri",
  "--share=network",
  "--socket=pulseaudio",
  "--filesystem=~/Drime:create",
  "--filesystem=~/DrimeSync:create",
  "--filesystem=xdg-download",
  "--filesystem=xdg-config/gtk-3.0:create",
  "--system-talk-name=org.freedesktop.login1",
  "--talk-name=org.freedesktop.Flatpak",
  "--talk-name=org.gtk.vfs.*",
  "--env=PYTHONPATH=/app/lib/drime-desktop"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-17T17:49:02.311416+00:00",
 "manifest": {
  "app-id": "io.github.davethegamedev.DrimeDesktop",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "drime-desktop",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri",
   "--share=network",
   "--socket=pulseaudio",
   "--filesystem=~/Drime:create",
   "--filesystem=~/DrimeSync:create",
   "--filesystem=xdg-download",
   "--filesystem=xdg-config/gtk-3.0:create",
   "--system-talk-name=org.freedesktop.login1",
   "--talk-name=org.freedesktop.Flatpak",
   "--talk-name=org.gtk.vfs.*",
   "--env=PYTHONPATH=/app/lib/drime-desktop"
  ],
  "modules": [
   {
    "name": "rclone",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 rclone /app/bin/rclone"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/rclone/rclone/releases/download/v1.75.1/rclone-v1.75.1-linux-amd64.zip",
      "sha256": "982b5aa772841168f8e380f139e9e787b2a105403e32b94da8676a0e1c0a13ab",
      "only-arches": [
       "x86_64"
      ]
     },
     {
      "type": "archive",
      "url": "https://github.com/rclone/rclone/releases/download/v1.75.1/rclone-v1.75.1-linux-arm64.zip",
      "sha256": "03f2504174034b6d004152ed7369251c9a9ec1f7e0836eda420f5c7a5ec0dff9",
      "only-arches": [
       "aarch64"
      ]
     }
    ]
   },
   {
    "name": "fusermount-wrapper",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 fusermount-wrapper.sh /app/bin/fusermount3"
    ],
    "sources": [
     {
      "type": "file",
      "path": "fusermount-wrapper.sh"
     }
    ]
   },
   {
    "name": "drime-desktop",
    "buildsystem": "simple",
    "build-commands": [
     "sh flatpak/build-app.sh /app"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "..",
      "skip": [
       "build",
       ".flatpak-builder",
       ".git"
      ]
     }
    ]
   }
  ]
 }
}