{
    "version": "1.2.0",
    "description": "A modern, cross-platform system monitor built on top of Svelte, Rust, and Tauri",
    "homepage": "https://github.com/Abdenasser/neohtop",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Abdenasser/neohtop/releases/download/v1.2.0/NeoHtop_1.2.0_x64.exe#/NeoHtop.exe",
            "hash": "e7930797eb8bcafbb22aecfefdf01a77527ec46069b8a8491215d33dabb9c2db"
        }
    },
    "bin": "NeoHtop.exe",
    "shortcuts": [
        [
            "NeoHtop.exe",
            "NeoHtop"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Abdenasser/neohtop/releases/download/v$version/NeoHtop_$version_x64.exe#/NeoHtop.exe"
            }
        }
    }
}
