{
    "version": "2.6.1",
    "description": "GUI Shell for waifu2x-caffe, waifu2x-converter-cpp and waifu2x-ncnn-vulkan.",
    "homepage": "https://github.com/YukihoAA/waifu2x_snowshell",
    "license": "MIT",
    "notes": [
        "Add path to converters in your config file at '$dir\\config.ini' as required.",
        "Following converters are available: extras/waifu2x-caffe, waifu2x-converter-cpp and waifu2x-ncnn-vulkan."
    ],
    "suggest": {
        "waifu2x-caffe": "extras/waifu2x-caffe",
        "waifu2x-converter-cpp": "waifu2x-converter-cpp",
        "waifu2x-ncnn-vulkan": "waifu2x-ncnn-vulkan"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/YukihoAA/waifu2x_snowshell/releases/download/v2.6.1/waifu2x-snowshell_v2.6.1.zip",
            "hash": "b2a33d542cbd9ac49ed7445a51043ab959bd935a78106294bff45595ea5ba346"
        }
    },
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\Lang\")) { New-Item \"$dir\\Lang\" -ItemType Directory | Out-Null }",
        "if (!(Test-Path \"$persist_dir\\config.ini\")) { New-Item \"$dir\\config.ini\" -ItemType File | Out-Null }"
    ],
    "persist": [
        "Lang",
        "config.ini"
    ],
    "shortcuts": [
        [
            "waifu2x_snowshell.exe",
            "waifu2x - Snowshell"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/YukihoAA/waifu2x_snowshell/releases/download/v$version/waifu2x-snowshell_v$version.zip"
            }
        }
    }
}
