{
    "version": "3.8.0",
    "description": "Monitor a process and trigger a notification.",
    "homepage": "https://codeberg.org/roble/noti",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://codeberg.org/roble/noti/releases/download/3.8.0/noti3.8.0.windows-amd64.tar.gz",
            "hash": "4a98a5ea9111f28f94d0e55c1303bb0d2fb13299d093e9bde7398f6869e4ed78"
        }
    },
    "bin": "noti.exe",
    "checkver": {
        "url": "https://codeberg.org/api/v1/repos/roble/noti/releases/latest",
        "jsonpath": "$.tag_name",
        "regex": "([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://codeberg.org/roble/noti/releases/download/$version/noti$version.windows-amd64.tar.gz"
            }
        }
    }
}
