{
 "app_id": "dev.clipnest.app",
 "source_url": "https://raw.githubusercontent.com/Rumman93/clipnest/main/packaging/flatpak/dev.clipnest.app.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "48",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=home",
  "--talk-name=org.freedesktop.portal.Desktop",
  "--talk-name=org.freedesktop.portal.GlobalShortcuts"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:56:31.231807+00:00",
 "manifest": {
  "app-id": "dev.clipnest.app",
  "runtime": "org.gnome.Platform",
  "runtime-version": "48",
  "sdk": "org.gnome.Sdk",
  "command": "clipnest",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--filesystem=home",
   "--talk-name=org.freedesktop.portal.Desktop",
   "--talk-name=org.freedesktop.portal.GlobalShortcuts"
  ],
  "modules": [
   {
    "name": "clipnest",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 clipnest /app/bin/clipnest",
     "install -Dm644 clipnest.desktop /app/share/applications/dev.clipnest.app.desktop",
     "install -Dm644 clipnest.png /app/share/icons/hicolor/128x128/apps/dev.clipnest.app.png"
    ],
    "sources": [
     {
      "type": "file",
      "path": "../../src-tauri/target/release/clipnest",
      "dest-filename": "clipnest"
     },
     {
      "type": "file",
      "path": "../clipnest.desktop",
      "dest-filename": "clipnest.desktop"
     },
     {
      "type": "file",
      "path": "../../src-tauri/icons/128x128.png",
      "dest-filename": "clipnest.png"
     }
    ]
   }
  ]
 }
}