{
    "version": "0.6.1",
    "description": "A wallpaper engine, set any window as your wallpaper.",
    "homepage": "https://github.com/Francesco149/weebp",
    "license": "Unlicense",
    "suggest": {
        "mpv": [
            "extras/mpv",
            "extras/mpv-git",
            "extras/mpv.net"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Francesco149/weebp/releases/download/0.6.1/weebp-0.6.1-windows-x64.zip",
            "hash": "753e6c4e0a9227f7c80141c495e422723f6c799eebacc106665aff07cc2b3cbb",
            "extract_dir": "weebp-0.6.1-windows-x64"
        },
        "32bit": {
            "url": "https://github.com/Francesco149/weebp/releases/download/0.6.1/weebp-0.6.1-windows-x86.zip",
            "hash": "4be49ac4de93a3e073696b405c5f3850a04b8734e2a691e7749ff2acc403f4e2",
            "extract_dir": "weebp-0.6.1-windows-x86"
        }
    },
    "bin": [
        "wp.exe",
        "wp-headless.exe"
    ],
    "shortcuts": [
        [
            "wp.exe",
            "wp add (fullscreen)",
            "add -f"
        ],
        [
            "wp.exe",
            "wp add",
            "add"
        ],
        [
            "wp-headless.exe",
            "mpv next",
            "mpv playlist-next"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Francesco149/weebp/releases/download/$version/weebp-$version-windows-x64.zip",
                "extract_dir": "weebp-$version-windows-x64"
            },
            "32bit": {
                "url": "https://github.com/Francesco149/weebp/releases/download/$version/weebp-$version-windows-x86.zip",
                "extract_dir": "weebp-$version-windows-x86"
            }
        }
    }
}
