{
    "version": "0.2.3",
    "description": "Mihomo (Clash.Meta) TUI Client",
    "homepage": "https://github.com/JohanChane/clashtui",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/JohanChane/clashtui/releases/download/v0.2.3/clashtui-windows-amd64-v0.2.3.zip",
            "hash": "60c7a3d6db0438d744485a36e9ffa5ebc140017c1bb2cf23cb58c3ac36efb219"
        }
    },
    "pre_install": "Get-ChildItem \"$dir/clashtui*.exe\" | Rename-Item -NewName \"clashtui.exe\"",
    "bin": "clashtui.exe",
    "suggest": {
        "nssm": "nssm",
        "mihomo": "mihomo"
    },
    "pre_uninstall": "echo 'Please make sure to remove the mihomo service installed by clashtui before uninstalling.'",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/JohanChane/clashtui/releases/download/v$version/clashtui-windows-amd64-v$version.zip"
            }
        }
    }
}
