{
    "version": "1.31",
    "description": "A fast media player/recorder/converter",
    "homepage": "https://stsaz.github.io/fmedia/",
    "license": "GPL-3.0-only",
    "notes": "For 32bit, use 'versions/fmedia16' instead.",
    "architecture": {
        "64bit": {
            "url": "https://github.com/stsaz/fmedia/releases/download/v1.31/fmedia-1.31-windows-x64.zip",
            "hash": "3198bbdde2f89d5a2599337d589aca6ca318d5681fd1de1a9fcdfb0502e69b4d"
        }
    },
    "extract_dir": "fmedia",
    "bin": "fmedia.exe",
    "shortcuts": [
        [
            "fmedia-gui.exe",
            "fmedia"
        ]
    ],
    "persist": "fmedia.conf",
    "checkver": {
        "github": "https://api.github.com/repos/stsaz/fmedia/releases",
        "jsonpath": "$..browser_download_url",
        "regex": "fmedia-([\\d.]+)-windows-x64.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/stsaz/fmedia/releases/download/v$version/fmedia-$version-windows-x64.zip"
            }
        }
    }
}
