{
    "version": "1.15.0",
    "description": "The simple countdown timer for Windows",
    "homepage": "https://chris.dziemborowicz.com/apps/hourglass/",
    "license": "MIT",
    "url": "https://github.com/dziemborowicz/hourglass/releases/download/v1.15.0/HourglassPortable.exe#/Hourglass.exe",
    "hash": "18900a094a3d91ab911e878b862f5e082d109452ce27daa81a4e8d1e4f5938e0",
    "pre_install": "if (!(Test-Path \"$persist_dir\\Hourglass.config\")) { New-Item \"$dir\\Hourglass.config\" | Out-Null }",
    "bin": "Hourglass.exe",
    "shortcuts": [
        [
            "Hourglass.exe",
            "Hourglass"
        ]
    ],
    "persist": "Hourglass.config",
    "checkver": {
        "github": "https://github.com/dziemborowicz/hourglass"
    },
    "autoupdate": {
        "url": "https://github.com/dziemborowicz/hourglass/releases/download/v$version/HourglassPortable.exe#/Hourglass.exe"
    }
}
