{
    "version": "6.14.2",
    "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.14.2/SoundSwitch_v6.14.2.0_Release_Installer.exe",
            "hash": "d771005ce6586bd77b66556263da6115a180a7d074272a4337a03233061dce70"
        }
    },
    "innosetup": true,
    "shortcuts": [
        [
            "SoundSwitch.exe",
            "SoundSwitch"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/Belphemur/SoundSwitch/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"
            }
        }
    }
}
