{
    "version": "3.21.3",
    "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.21.3.zip",
    "hash": "19e8d1820de0afdec5628ecba8409f607dd963deadd37dbb4479303acbab5eb2",
    "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"
    }
}
