{
    "version": "4.0.3",
    "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.3/SE403.zip",
    "hash": "8c336d9e340102ab6664b0063a1a4d2b4156d5b702913621369c2124d6be51d8",
    "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</"
        }
    }
}
