{ "version": "0.0.4", "description": "A clipboard tool for Windows", "homepage": "https://github.com/equalsraf/win32yank", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/equalsraf/win32yank/releases/download/v0.0.4/win32yank-x64.zip" }, "32bit": { "url": "https://github.com/equalsraf/win32yank/releases/download/v0.0.4/win32yank-x86.zip" } }, "bin": "win32yank.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/equalsraf/win32yank/releases/download/v$version/win32yank-x64.zip" }, "32bit": { "url": "https://github.com/equalsraf/win32yank/releases/download/v$version/win32yank-x86.zip" } } } }