{
 "app_id": "com.github.sudojude.Clipper",
 "source_url": "https://raw.githubusercontent.com/SudoJude/Clipper/main/flatpak/com.github.sudojude.Clipper.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T17:58:59.983088+00:00",
 "manifest": {
  "app-id": "com.github.sudojude.Clipper",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "clipper",
  "finish-args": [
   "--share=ipc",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/clipper/cargo"
   }
  },
  "modules": [
   {
    "name": "blueprint-compiler",
    "buildsystem": "meson",
    "cleanup": [
     "*"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
      "tag": "v0.20.4"
     }
    ]
   },
   {
    "name": "clipper",
    "buildsystem": "meson",
    "sources": [
     {
      "type": "dir",
      "path": "..",
      "skip": [
       "build",
       ".git",
       "flatpak"
      ]
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}