Extras/bucket/windows11-context-menu-manager.json
2026-04-24 16:38:13 +02:00

34 lines
1.4 KiB
JSON

{
"version": "1.0.1",
"description": "Windows 11 Context Menu Manager is a simple tool that allows you to disable unwanted entries in Windows 11 Explorer new right-click context menu.",
"homepage": "https://github.com/branhill/windows-11-context-menu-manager",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/branhill/windows-11-context-menu-manager/releases/download/v1.0.1/release_win-x64.zip",
"hash": "147015346f27d182248f6aa76679abead297de096f76f83fafcd844a592e29aa"
},
"arm64": {
"url": "https://github.com/branhill/windows-11-context-menu-manager/releases/download/v1.0.1/release_win-arm64.zip",
"hash": "715b91419559e0aa1bd3b28b6c6fb0b43e50133c1d324e83472b05eb36975b11"
}
},
"shortcuts": [
[
"Windows11ContextMenuManager.exe",
"Windows 11 Context Menu Manager"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/branhill/windows-11-context-menu-manager/releases/download/v$version/release_win-x64.zip"
},
"arm64": {
"url": "https://github.com/branhill/windows-11-context-menu-manager/releases/download/v$version/release_win-arm64.zip"
}
}
}
}