{
    "version": "1.17.0",
    "description": "Share files to nearby devices. An open source cross-platform alternative to AirDrop.",
    "homepage": "https://localsend.org/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/localsend/localsend/releases/download/v1.17.0/LocalSend-1.17.0-windows-x86-64.zip",
            "hash": "a4ffb41fcbc3bd0f2f0cbd30b62a58d9a478eaf1da63eb410886886064abe70c"
        }
    },
    "bin": [
        "localsend_app.exe",
        [
            "localsend_app.exe",
            "localsend"
        ]
    ],
    "shortcuts": [
        [
            "localsend_app.exe",
            "LocalSend"
        ]
    ],
    "persist": "settings.json",
    "checkver": {
        "github": "https://github.com/localsend/localsend"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/localsend/localsend/releases/download/v$version/LocalSend-$version-windows-x86-64.zip"
            }
        }
    }
}
