diff --git a/bucket/mouser.json b/bucket/mouser.json new file mode 100644 index 00000000000000..bd903704680b1d --- /dev/null +++ b/bucket/mouser.json @@ -0,0 +1,27 @@ +{ + "version": "3.6.0", + "description": "A lightweight, open-source, fully local alternative to Logitech Options+ for remapping Logitech HID++ mice.", + "homepage": "https://github.com/TomBadash/Mouser", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/TomBadash/Mouser/releases/download/v3.6.0/Mouser-Windows.zip", + "hash": "10bf9be3cbd5a10e130fe7e24cb3375265250d810c50557f7e27b36f00d3c58a" + } + }, + "extract_dir": "Mouser", + "shortcuts": [ + [ + "Mouser.exe", + "Mouser" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/TomBadash/Mouser/releases/download/v$version/Mouser-Windows.zip" + } + } + } +}