{
 "app_id": "io.github.verasd.CounterApplet",
 "source_url": "https://raw.githubusercontent.com/Veras-D/cosmic-counter-applet/master/io.github.verasd.CounterApplet.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T17:41:46.042674+00:00",
 "manifest": {
  "app-id": "io.github.verasd.CounterApplet",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "base": "com.system76.Cosmic.BaseApp",
  "base-version": "stable",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/counter-applet/cargo"
   }
  },
  "command": "counter-applet",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc"
  ],
  "modules": [
   {
    "name": "counter-applet",
    "buildsystem": "simple",
    "build-commands": [
     "cargo build --release --offline",
     "install -Dm755 target/release/counter-applet /app/bin/counter-applet",
     "install -Dm644 io.github.verasd.CounterApplet.desktop /app/share/applications/io.github.verasd.CounterApplet.desktop",
     "install -Dm644 res/io.github.verasd.CounterApplet-symbolic.svg /app/share/icons/hicolor/scalable/apps/io.github.verasd.CounterApplet-symbolic.svg",
     "install -Dm644 io.github.verasd.CounterApplet.metainfo.xml /app/share/metainfo/io.github.verasd.CounterApplet.metainfo.xml"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}