{
    "version": "2.1.0",
    "description": "Windows tray utility / launcher for Syncthing (v2 continued).",
    "homepage": "https://github.com/GermanCoding/SyncTrayzor",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/GermanCoding/SyncTrayzor/releases/download/v2.1.0/SyncTrayzorPortable-x64.zip",
            "hash": "sha512:e8935bccc577c84eb8ebd001deff3fdfe788f188ff2782e359cbbb8ce910cc1734701c0363e7f7fb4b091560b6c088a7e8efbe2249ef0b239f56dee8f235ee29",
            "extract_dir": "SyncTrayzorPortable-x64"
        },
        "arm64": {
            "url": "https://github.com/GermanCoding/SyncTrayzor/releases/download/v2.1.0/SyncTrayzorPortable-arm64.zip",
            "hash": "sha512:6a8ec9b40f7e76d74ab46c7ac4188952dac7ce08b113ab9afa11f29579e8412987d2ec47fd2daa4ce61705a43b4647860b24ac81f6be21f3f9ece33ed2ac0116",
            "extract_dir": "SyncTrayzorPortable-arm64"
        }
    },
    "bin": "SyncTrayzor.exe",
    "shortcuts": [
        [
            "SyncTrayzor.exe",
            "SyncTrayzor"
        ]
    ],
    "persist": "data",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/GermanCoding/SyncTrayzor/releases/download/v$version/SyncTrayzorPortable-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/GermanCoding/SyncTrayzor/releases/download/v$version/SyncTrayzorPortable-arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/sha512sum.txt.asc"
        }
    }
}
