{
 "app_id": "io.github.justlinuxnoob.ViewFree",
 "source_url": "https://raw.githubusercontent.com/justlinuxnoob/viewfree/main/packaging/flatpak/io.github.justlinuxnoob.ViewFree.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc",
  "--device=dri",
  "--filesystem=host",
  "--filesystem=xdg-config/mimeapps.list:rw",
  "--filesystem=xdg-data/applications:rw",
  "--talk-name=org.freedesktop.FileManager1"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T17:40:27.245897+00:00",
 "manifest": {
  "app-id": "io.github.justlinuxnoob.ViewFree",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "viewfree",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri",
   "--filesystem=host",
   "--filesystem=xdg-config/mimeapps.list:rw",
   "--filesystem=xdg-data/applications:rw",
   "--talk-name=org.freedesktop.FileManager1"
  ],
  "modules": [
   {
    "name": "viewfree",
    "buildsystem": "simple",
    "build-options": {
     "append-path": "/usr/lib/sdk/rust-stable/bin",
     "env": {
      "CARGO_HOME": "/run/build/viewfree/cargo",
      "CARGO_NET_OFFLINE": "true",
      "CARGO_PROFILE_RELEASE_LTO": "fat",
      "CARGO_PROFILE_RELEASE_CODEGEN_UNITS": "1"
     }
    },
    "build-commands": [
     "cargo --offline fetch --manifest-path Cargo.toml --verbose",
     "cargo --offline build --release --verbose",
     "install -Dm755 target/release/viewfree /app/bin/viewfree",
     "install -Dm644 data/io.github.justlinuxnoob.ViewFree.desktop /app/share/applications/io.github.justlinuxnoob.ViewFree.desktop",
     "install -Dm644 data/io.github.justlinuxnoob.ViewFree.metainfo.xml /app/share/metainfo/io.github.justlinuxnoob.ViewFree.metainfo.xml",
     "install -Dm644 data/icons/io.github.justlinuxnoob.ViewFree.svg /app/share/icons/hicolor/scalable/apps/io.github.justlinuxnoob.ViewFree.svg",
     "install -Dm644 data/integration/viewfree-servicemenu.desktop /app/share/viewfree/integration/viewfree-servicemenu.desktop",
     "install -Dm644 data/integration/viewfree-nautilus.py /app/share/viewfree/integration/viewfree-nautilus.py"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../.."
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}