{
 "app_id": "io.github.Kuucheen.PixelKit",
 "source_url": "https://raw.githubusercontent.com/Kuucheen/PixelKit/main/packaging/flatpak/io.github.Kuucheen.PixelKit.local.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--filesystem=xdg-documents"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:57:56.834755+00:00",
 "manifest": {
  "app-id": "io.github.Kuucheen.PixelKit",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "pixelkit",
  "finish-args": [
   "--share=ipc",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri",
   "--filesystem=xdg-documents"
  ],
  "modules": [
   {
    "name": "pixelkit",
    "buildsystem": "simple",
    "build-options": {
     "env": {
      "CARGO_HOME": "/run/build/pixelkit/cargo",
      "CARGO_NET_OFFLINE": "true"
     }
    },
    "build-commands": [
     "cargo build --release --frozen --offline",
     "install -Dm755 target/release/pixelkit /app/bin/pixelkit",
     "install -Dm644 packaging/linux/io.github.Kuucheen.PixelKit.desktop /app/share/applications/io.github.Kuucheen.PixelKit.desktop",
     "install -Dm644 packaging/linux/io.github.Kuucheen.PixelKit.metainfo.xml /app/share/metainfo/io.github.Kuucheen.PixelKit.metainfo.xml",
     "install -Dm644 packaging/linux/io.github.Kuucheen.PixelKit.svg /app/share/icons/hicolor/scalable/apps/io.github.Kuucheen.PixelKit.svg",
     "install -Dm644 packaging/linux/io.github.Kuucheen.PixelKit.png /app/share/icons/hicolor/128x128/apps/io.github.Kuucheen.PixelKit.png",
     "install -Dm644 packaging/linux/512x512/io.github.Kuucheen.PixelKit.png /app/share/icons/hicolor/512x512/apps/io.github.Kuucheen.PixelKit.png",
     "install -Dm644 docs/pixelkit.1 /app/share/man/man1/pixelkit.1",
     "install -Dm644 LICENSE /app/share/licenses/pixelkit/LICENSE",
     "install -Dm644 LICENSES/Apache-2.0.txt /app/share/licenses/pixelkit/Apache-2.0.txt",
     "install -Dm644 NOTICE /app/share/doc/pixelkit/NOTICE"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../..",
      "skip": [
       "target",
       "vendor",
       ".cargo",
       ".flatpak-builder",
       "build-dir",
       "dist"
      ]
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}