{
    "version": "1.0.10",
    "description": "A very minimal GUI app that can write compressed disk images to USB drives.",
    "homepage": "https://bztsrc.gitlab.io/usbimager/",
    "license": "MIT",
    "url": "https://gitlab.com/bztsrc/usbimager/raw/binaries/usbimager_1.0.10-i686-win-gdi.zip",
    "hash": "87784e8034facba1e47263b5569f2d26a1f1e236f85a87dc2e52b30d1abc2c52",
    "extract_dir": "USBImager",
    "shortcuts": [
        [
            "usbimager.exe",
            "USBImager"
        ]
    ],
    "checkver": {
        "url": "https://gitlab.com/api/v4/projects/16936716/repository/tags",
        "jsonpath": "$..release.tag_name",
        "regex": "([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://gitlab.com/bztsrc/usbimager/raw/binaries/usbimager_$version-i686-win-gdi.zip",
        "hash": {
            "url": "https://gitlab.com/bztsrc/usbimager/-/raw/binaries/sha256checksums.txt",
            "regex": "$basename.*?$sha256<"
        }
    }
}
