diff --git a/bucket/remote-shutdown-manager.json b/bucket/remote-shutdown-manager.json new file mode 100644 index 0000000..02a3618 --- /dev/null +++ b/bucket/remote-shutdown-manager.json @@ -0,0 +1,20 @@ +{ + "homepage": "https://github.com/karpach/remote-shutdown-pc", + "version": "1.1.16", + "description": "Remote Shutdown Manager is a Windows application, which gives an ability to shutdown, suspend, hibernate PC or turn screen off using HTTP GET request.", + "url": "https://github.com/karpach/remote-shutdown-pc/releases/download/v1.1.16/remote-shutdown-pc.zip", + "shortcuts": [ + [ + "Karpach.RemoteShutdown.Controller.exe", + "Remote Shutdown Manager" + ] + ], + "hash": "ca6caff00a007ef045d3c14c0232fb43baabbcaad73f645b7ac13532248e1ed2", + "checkver": { + "github": "https://github.com/karpach/remote-shutdown-pc", + "regex": "\\/releases\\/tag\\/v([\\d.a-z]+)" + }, + "autoupdate": { + "url": "https://github.com/karpach/remote-shutdown-pc/releases/download/v$version/remote-shutdown-pc.zip" + } +}