{
    "version": "3.110.01",
    "description": "Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, SRMD, RealSR, Anime4K, RIFE, CAIN, DAIN, and ACNet.",
    "homepage": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI",
    "license": {
        "identifier": "Freeware",
        "url": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI/blob/master/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI/releases/download/v3.110.01/Waifu2x-Extension-GUI-v3.110.01-Win64.7z",
            "hash": "92a2f0ef52145a36f296aa3cc3e98b139f455aab9054ad3a1896bef842286190",
            "extract_dir": "waifu2x-extension-gui"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\settings.ini\")) { New-Item \"$dir\\settings.ini\" | Out-Null }",
    "shortcuts": [
        [
            "Waifu2x-Extension-GUI.exe",
            "Waifu2x-Extension-GUI"
        ]
    ],
    "persist": "settings.ini",
    "checkver": {
        "github": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI/releases/download/v$version/Waifu2x-Extension-GUI-v$version-Win64.7z",
                "hash": {
                    "url": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI/releases/tag/v$version",
                    "regex": "$basename\\n$sha256"
                }
            }
        }
    }
}
