{
    "version": "3.4.2",
    "description": "Movie Thumbnailer - save thumbnails (screenshots) of movie or video files to image files.",
    "homepage": "https://gitlab.com/movie_thumbnailer/mtn/wikis/home",
    "license": "GPL-2.0-or-later",
    "suggest": {
        "ffmpeg": "ffmpeg"
    },
    "architecture": {
        "64bit": {
            "url": "https://bitbucket.org/wahibre/mtn/downloads/mtn-3.4.2-win64.zip",
            "hash": "7f20031f8bd8ef5d943f8cd1f398f96ccf872eb855c1c5ec4efd1699e75c0896",
            "extract_dir": "mtn-win64"
        }
    },
    "bin": "bin\\mtn.exe",
    "checkver": {
        "url": "https://bitbucket.org/wahibre/mtn/downloads/?tab=downloads",
        "regex": "(?<filename>mtn-(?<version>(?:\\d+\\.)+\\d+)-win64\\.zip)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://bitbucket.org/wahibre/mtn/downloads/$matchFilename"
            }
        }
    }
}
