{
 "app_id": "io.github.podheitor.bigbox",
 "source_url": "https://raw.githubusercontent.com/podheitor/BigBox/main/flatpak/io.github.podheitor.bigbox.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--socket=pulseaudio",
  "--talk-name=org.freedesktop.Notifications",
  "--talk-name=org.freedesktop.portal.Desktop",
  "--talk-name=org.freedesktop.portal.Notification",
  "--persist=.local/share/io.github.podheitor.bigbox",
  "--filesystem=xdg-download:rw"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:05:51.193528+00:00",
 "manifest": {
  "app-id": "io.github.podheitor.bigbox",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable",
   "org.freedesktop.Sdk.Extension.node20"
  ],
  "command": "bigbox",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri",
   "--socket=pulseaudio",
   "--talk-name=org.freedesktop.Notifications",
   "--talk-name=org.freedesktop.portal.Desktop",
   "--talk-name=org.freedesktop.portal.Notification",
   "--persist=.local/share/io.github.podheitor.bigbox",
   "--filesystem=xdg-download:rw"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/node20/bin",
   "build-args": [
    "--share=network"
   ],
   "env": {
    "CARGO_HOME": "/run/build/bigbox/cargo",
    "RUST_BACKTRACE": "1"
   }
  },
  "modules": [
   {
    "name": "bigbox",
    "buildsystem": "simple",
    "build-commands": [
     "cargo build --release --manifest-path src-tauri/Cargo.toml",
     "install -Dm755 src-tauri/target/release/bigbox /app/bin/bigbox",
     "install -Dm644 flatpak/io.github.podheitor.bigbox.desktop /app/share/applications/io.github.podheitor.bigbox.desktop",
     "install -Dm644 flatpak/io.github.podheitor.bigbox.metainfo.xml /app/share/metainfo/io.github.podheitor.bigbox.metainfo.xml",
     "install -Dm644 src-tauri/icons/128x128.png /app/share/icons/hicolor/128x128/apps/io.github.podheitor.bigbox.png",
     "install -Dm644 src-tauri/icons/128x128@2x.png /app/share/icons/hicolor/256x256/apps/io.github.podheitor.bigbox.png",
     "install -Dm644 src-tauri/icons/32x32.png /app/share/icons/hicolor/32x32/apps/io.github.podheitor.bigbox.png",
     "install -Dm644 frontend/bigbox.svg /app/share/icons/hicolor/scalable/apps/io.github.podheitor.bigbox.svg"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/podheitor/BigBox.git",
      "x-checker-data": {
       "type": "anitya",
       "project-id": 0,
       "stable-only": true,
       "url-template": "https://github.com/podheitor/BigBox/archive/refs/tags/v$version.tar.gz"
      },
      "tag": "v0.1.4",
      "commit": "e8cf4058e41fc2f67c658c94d852909b3b7d5bbe"
     }
    ]
   }
  ]
 }
}