{
    "version": "1.10.11",
    "description": "Download videos from YouTube.",
    "homepage": "https://github.com/Tyrrrz/YoutubeDownloader",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Tyrrrz/YoutubeDownloader/releases/download/1.10.11/YoutubeDownloader.zip",
            "hash": "b0ec085583d39360206f5bc03f9c07acb01b23984e32b8d7cce3f914dd50ac8c"
        }
    },
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\Settings.dat\")) {",
        "    Set-Content \"$dir\\Settings.dat\" -Value '{ \"IsAutoUpdateEnabled\": false }' -Encoding Ascii",
        "}"
    ],
    "persist": "Settings.dat",
    "shortcuts": [
        [
            "YoutubeDownloader.exe",
            "YoutubeDownloader"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Tyrrrz/YoutubeDownloader/releases/download/$version/YoutubeDownloader.zip"
            }
        }
    }
}
