{
    "version": "4.0.15",
    "description": "Video subtitles editor",
    "homepage": "http://www.nikse.dk/subtitleedit/",
    "license": "GPL-3.0-only",
    "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/4.0.15/SE4015.zip",
    "hash": "2ea55b3d84f5b293dd2dc83b720d94ad689ababfd88c80c64dca102152426c07",
    "pre_install": "if (!(Test-Path \"$persist_dir\\Settings.xml\")) { New-Item \"$dir\\Settings.xml\" | Out-Null }",
    "bin": "SubtitleEdit.exe",
    "shortcuts": [
        [
            "SubtitleEdit.exe",
            "SubtitleEdit"
        ]
    ],
    "persist": "Settings.xml",
    "checkver": {
        "github": "https://github.com/SubtitleEdit/subtitleedit"
    },
    "autoupdate": {
        "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/$version/SE$cleanVersion.zip",
        "hash": {
            "url": "https://github.com/SubtitleEdit/subtitleedit/releases/tag/$version/",
            "regex": "(?sm)$basename.*?SHA256 Checksum:\\s*<code>$sha256</"
        }
    }
}
