{
    "version": "0.3.13",
    "description": "SIP softphone software",
    "license": "BSD-3-Clause",
    "homepage": "http://tomeko.net/software/SIPclient/",
    "url": "https://github.com/tomek-o/tSIP/releases/download/v0.3.13/tSIP_0_3_13_bin.zip",
    "hash": "0715ba672f594ef1293fc8df9706bfa878aaed87ddc47bc48b51c670d603e786",
    "extract_dir": "tSIP_0_3_13_bin",
    "pre_install": [
        "'tSIP.json', 'tSIP.log', 'tSIP_buttons.json', 'tSIP_history.json' | ForEach-Object {",
        "    if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" -ItemType File | Out-Null }",
        "}"
    ],
    "shortcuts": [
        [
            "tSIP.exe",
            "tSIP"
        ]
    ],
    "persist": [
        "certificates",
        "modules",
        "phone",
        "recordings",
        "tSIP.json",
        "tSIP.log",
        "tSIP_buttons.json",
        "tSIP_history.json"
    ],
    "checkver": {
        "github": "https://github.com/tomek-o/tSIP"
    },
    "autoupdate": {
        "url": "https://github.com/tomek-o/tSIP/releases/download/v$version/tSIP_$underscoreVersion_bin.zip",
        "extract_dir": "tSIP_$underscoreVersion_bin"
    }
}
