{
    "version": "0.1.41",
    "description": "A tiling window manager for Windows",
    "homepage": "https://github.com/LGUG2Z/komorebi",
    "license": {
        "identifier": "Komorebi",
        "url": "https://github.com/LGUG2Z/komorebi/blob/master/LICENSE.md"
    },
    "notes": "Check out the quickstart guide on https://lgug2z.github.io/komorebi",
    "suggest": {
        "whkd": "extras/whkd",
        "autohotkey": "extras/autohotkey"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/LGUG2Z/komorebi/releases/download/v0.1.41/komorebi-0.1.41-x86_64-pc-windows-msvc.zip",
            "hash": "838b1cbe551dbfada306a91e23fd536f8cea059ff619ad98495379e5228055b9"
        },
        "arm64": {
            "url": "https://github.com/LGUG2Z/komorebi/releases/download/v0.1.41/komorebi-0.1.41-aarch64-pc-windows-msvc.zip",
            "hash": "c80723d4720fa3917683a8ca806a2a17703aa33b8978322fb6f0e0da18038779"
        }
    },
    "bin": [
        "komorebi.exe",
        "komorebic.exe",
        "komorebic-no-console.exe",
        "komorebi-gui.exe",
        "komorebi-bar.exe",
        "komorebi-shortcuts.exe"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/LGUG2Z/komorebi/releases/download/v$version/komorebi-$version-x86_64-pc-windows-msvc.zip"
            },
            "arm64": {
                "url": "https://github.com/LGUG2Z/komorebi/releases/download/v$version/komorebi-$version-aarch64-pc-windows-msvc.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
