{
    "version": "6.2.1",
    "description": "A free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more!",
    "homepage": "https://github.com/cdgriffith/FastFlix",
    "license": "MIT",
    "suggest": {
        "ffmpeg": "main/ffmpeg"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/cdgriffith/FastFlix/releases/download/6.2.1/FastFlix_6.2.1_win64.zip",
            "hash": "2c9f3ad7209e31827f39baa8f99ac3c0cadd8d8aeb9d1ec3f350238e000d465a"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\fastflix.yaml\")) { New-Item \"$dir\\fastflix.yaml\" | Out-Null }",
    "shortcuts": [
        [
            "FastFlix.exe",
            "FastFlix"
        ]
    ],
    "persist": [
        "fastflix.yaml",
        "fastflix_workspace"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cdgriffith/FastFlix/releases/download/$version/FastFlix_$version_win64.zip"
            }
        }
    }
}
