{
 "app_id": "io.github.m0rf30.opencie",
 "source_url": "https://raw.githubusercontent.com/M0Rf30/opencie/main/flatpak/io.github.m0rf30.opencie.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--share=network",
  "--socket=pcsc",
  "--talk-name=org.freedesktop.secrets",
  "--filesystem=xdg-documents",
  "--filesystem=xdg-download",
  "--filesystem=xdg-desktop"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:24:55.332892+00:00",
 "manifest": {
  "app-id": "io.github.m0rf30.opencie",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "opencie",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--share=network",
   "--socket=pcsc",
   "--talk-name=org.freedesktop.secrets",
   "--filesystem=xdg-documents",
   "--filesystem=xdg-download",
   "--filesystem=xdg-desktop"
  ],
  "modules": [
   {
    "name": "opencie",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/opencie /app/bin /app/lib",
     "cp -r bundle/* /app/opencie/",
     "chmod 0755 /app/opencie/opencie",
     "ln -s /app/opencie/opencie /app/bin/opencie",
     "cp -d deps-libs/* /app/lib/",
     "install -Dm644 io.github.m0rf30.opencie.desktop -t /app/share/applications",
     "install -Dm644 io.github.m0rf30.opencie.metainfo.xml -t /app/share/metainfo",
     "install -Dm644 icon_512.png /app/share/icons/hicolor/512x512/apps/io.github.m0rf30.opencie.png",
     "install -Dm644 icon_256.png /app/share/icons/hicolor/256x256/apps/io.github.m0rf30.opencie.png",
     "install -Dm644 icon_128.png /app/share/icons/hicolor/128x128/apps/io.github.m0rf30.opencie.png"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../build/linux/x64/release/bundle",
      "dest": "bundle"
     },
     {
      "type": "dir",
      "path": "deps-libs",
      "dest": "deps-libs"
     },
     {
      "type": "file",
      "path": "io.github.m0rf30.opencie.desktop"
     },
     {
      "type": "file",
      "path": "io.github.m0rf30.opencie.metainfo.xml"
     },
     {
      "type": "file",
      "path": "../linux/runner/resources/io.github.m0rf30.opencie_256.png",
      "dest-filename": "icon_256.png"
     },
     {
      "type": "file",
      "path": "../linux/runner/resources/io.github.m0rf30.opencie_128.png",
      "dest-filename": "icon_128.png"
     },
     {
      "type": "file",
      "path": "../linux/runner/resources/io.github.m0rf30.opencie.png",
      "dest-filename": "icon_512.png"
     }
    ]
   }
  ]
 }
}