{
    "version": "6.8.1",
    "description": "Switch your default playback devices and/or recording devices using simple hotkeys",
    "homepage": "https://soundswitch.aaflalo.me/",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Belphemur/SoundSwitch/releases/download/v6.8.1/SoundSwitch_v6.8.1.0_Release_Installer.exe",
            "hash": "1824baf1da19490a428a96969d7af8367411d01f4dbcd6f7584e90cfc2137fa9"
        }
    },
    "innosetup": true,
    "shortcuts": [
        [
            "SoundSwitch.exe",
            "SoundSwitch"
        ]
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/40604558/releases/latest",
        "jsonpath": "$.assets..browser_download_url",
        "regex": "v([\\d.]+)/SoundSwitch_v([\\d.]+)_Release_Installer\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Belphemur/SoundSwitch/releases/download/v$version/SoundSwitch_v$match2_Release_Installer.exe"
            }
        }
    }
}
