{
    "version": "1.1.29",
    "description": "Windows tray utility / filesystem watcher / launcher for Syncthing.",
    "homepage": "https://github.com/canton7/SyncTrayzor",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/canton7/SyncTrayzor/releases/download/v1.1.29/SyncTrayzorPortable-x64.zip",
            "hash": "sha512:b9829d315d72730bd234114dbe46e47edd6f37d1e929000bda7de0d1eeefc6a37ca2b9def1e73467e01bb8a68930d5d20a7eedd85e33b0339e0f90daa022b3a6",
            "extract_dir": "SyncTrayzorPortable-x64"
        },
        "32bit": {
            "url": "https://github.com/canton7/SyncTrayzor/releases/download/v1.1.29/SyncTrayzorPortable-x86.zip",
            "hash": "sha512:f8a93ecac6b5384027985d6b064b0c2f1fb406d4677eae89ad76bc5b79a70c69d91305e495216463cbb659e78526f938cc289ec8c3798ac851e03beaf3bfb847",
            "extract_dir": "SyncTrayzorPortable-x86"
        }
    },
    "bin": "SyncTrayzor.exe",
    "shortcuts": [
        [
            "SyncTrayzor.exe",
            "SyncTrayzor"
        ]
    ],
    "persist": "data",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/canton7/SyncTrayzor/releases/download/v$version/SyncTrayzorPortable-x64.zip",
                "extract_dir": "SyncTrayzorPortable-x64"
            },
            "32bit": {
                "url": "https://github.com/canton7/SyncTrayzor/releases/download/v$version/SyncTrayzorPortable-x86.zip",
                "extract_dir": "SyncTrayzorPortable-x86"
            }
        },
        "hash": {
            "url": "$baseurl/sha512sum.txt.asc"
        }
    }
}
