{
    "version": "2.8.0",
    "description": "Windows graphical interface for yt-dlp, designed as a simple YouTube downloader",
    "homepage": "https://github.com/ErrorFlynn/ytdlp-interface",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ErrorFlynn/ytdlp-interface/releases/download/v2.8.0/ytdlp-interface.7z",
            "hash": "0c5265a87118d42724d1d6a8c6d15f8275d0dfadc68d64f212486d688e166cb3",
            "pre_install": "if (!(Test-Path \"$persist_dir\\ytdlp-interface.json\")) { Set-Content \"$dir\\ytdlp-interface.json\" '{}' -Encoding Ascii }",
            "shortcuts": [
                [
                    "ytdlp-interface.exe",
                    "ytdlp-interface"
                ]
            ]
        }
    },
    "persist": "ytdlp-interface.json",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ErrorFlynn/ytdlp-interface/releases/download/v$version/ytdlp-interface.7z"
            }
        }
    }
}
