diff --git a/bucket/uniclipboard.json b/bucket/uniclipboard.json new file mode 100644 index 00000000000000..9dde8ecaf544f1 --- /dev/null +++ b/bucket/uniclipboard.json @@ -0,0 +1,41 @@ +{ + "version": "0.16.0", + "description": "Encrypted peer-to-peer clipboard sync between your devices", + "homepage": "https://uniclipboard.app", + "license": "AGPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/UniClipboard/UniClipboard/releases/download/v0.16.0/UniClipboard_0.16.0_x64-portable.zip", + "hash": "5a87576265caa1b7541344e76253b889ee166a09326bd154711c5af8716e954c" + }, + "arm64": { + "url": "https://github.com/UniClipboard/UniClipboard/releases/download/v0.16.0/UniClipboard_0.16.0_arm64-portable.zip", + "hash": "7715861bff5ab8f63dc0759f481748d46f8898f2c576c2684d87c2200390d359" + } + }, + "bin": "UniClipboard.exe", + "shortcuts": [ + [ + "UniClipboard.exe", + "UniClipboard" + ] + ], + "persist": "data", + "notes": [ + "UniClipboard runs in portable mode here: your encrypted data lives in the persisted 'data' folder next to the executable and is kept across updates.", + "Requires the Microsoft Edge WebView2 Runtime (preinstalled on current Windows 10/11)." + ], + "checkver": { + "github": "https://github.com/UniClipboard/UniClipboard" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/UniClipboard/UniClipboard/releases/download/v$version/UniClipboard_$version_x64-portable.zip" + }, + "arm64": { + "url": "https://github.com/UniClipboard/UniClipboard/releases/download/v$version/UniClipboard_$version_arm64-portable.zip" + } + } + } +}