{
    "version": "3.22.5",
    "description": "SIP softphone for Windows based on PJSIP stack",
    "homepage": "https://www.microsip.org",
    "license": "GPL-2.0-only",
    "url": "https://www.microsip.org/download/MicroSIP-3.22.5.zip",
    "hash": "c7b60f2890a620b84cb1e6c029f80f5803cfaa155d34d120a11320b8a3f48800",
    "pre_install": "$manifest.persist | ForEach-Object { New-Item \"$dir\\$_\" -ItemType File -ErrorAction SilentlyContinue | Out-Null }",
    "bin": "MicroSIP.exe",
    "shortcuts": [
        [
            "MicroSIP.exe",
            "MicroSIP"
        ]
    ],
    "persist": [
        "Contacts.xml",
        "MicroSIP.ini"
    ],
    "checkver": {
        "url": "https://www.microsip.org/downloads",
        "regex": "MicroSIP-([\\d.]+)\\.zip"
    },
    "autoupdate": {
        "url": "https://www.microsip.org/download/MicroSIP-$version.zip"
    }
}
