mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
27 lines
860 B
JSON
27 lines
860 B
JSON
{
|
|
"version": "1.1.0",
|
|
"description": "A small program for investigating stolen key combinations under Windows 7 and later.",
|
|
"homepage": "https://github.com/ITachiLab/hotkey-detective",
|
|
"license": "GPL-3.0-only",
|
|
"url": "https://github.com/ITachiLab/hotkey-detective/releases/download/1.1.0/hotkey-detective-1.1.0.zip",
|
|
"hash": "a1c0027d32c2346fd4cb98d63dc9f2b5e861f75653809983fea8afbd16d7aa35",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "x64"
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "x86"
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"HotkeyDetective.exe",
|
|
"Hotkey Detective"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/ITachiLab/hotkey-detective/releases/download/$version/hotkey-detective-$version.zip"
|
|
}
|
|
}
|