{
    "version": "0.9.0",
    "description": "A serial terminal that runs as a Windows console application.",
    "homepage": "https://github.com/fasteddy516/SimplySerial",
    "license": "MIT",
    "url": "https://github.com/fasteddy516/SimplySerial/releases/download/v0.9.0/SimplySerial_0.9.0_standalone.zip",
    "hash": "9562f36d06705c37f191fa44df1834414141a53eadbdf67f9701d67036b6d6aa",
    "bin": "ss.exe",
    "pre_install": "if (!(Test-Path \"$persist_dir\\settings.cfg\")) { New-Item \"$dir\\settings.cfg\" -ItemType File -Force | Out-Null }",
    "persist": "settings.cfg",
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/fasteddy516/SimplySerial/releases/download/v$version/SimplySerial_$version_standalone.zip"
    }
}
