{
    "version": "0.5.0",
    "description": "A userspace cross-platform EFI boot entry management GUI App based on Qt.",
    "homepage": "https://github.com/Inokinoki/QEFIEntryManager",
    "license": "GPL-3.0",
    "url": "https://github.com/Inokinoki/QEFIEntryManager/releases/download/v0.5.0/QEFI.Entry.Manager.for.Windows.Qt5.15.2.zip",
    "hash": "4d412e9fb0a05120de7690881f34b1b8e17e7cdd255d22b31b82b3798138ae44",
    "shortcuts": [
        [
            "QEFIEntryManager.exe",
            "QEFI Entry Manager"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/Inokinoki/QEFIEntryManager/releases/latest",
        "jsonpath": "$..browser_download_url",
        "regex": "download/(?<prefix>[v|V][\\.]?)?([\\d.]+)/QEFI.Entry.Manager.for.Windows.Qt(?<qt>[\\d.]+)\\.zip"
    },
    "autoupdate": {
        "url": "https://github.com/Inokinoki/QEFIEntryManager/releases/download/$matchPrefix$version/QEFI.Entry.Manager.for.Windows.Qt$matchQt.zip"
    }
}
