{
    "version": "2.19.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.19.0/ytdlp-interface.7z",
            "hash": "c1f128adaaa0c9390a84ae092a2a9a91c51d75721961d74685b07604a9e8bb96",
            "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"
            }
        }
    }
}
