Skip to content

Commit

Permalink
Add Remote Shutdown Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Tavares committed Aug 17, 2024
1 parent 6c8a401 commit 9e091b7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bucket/remote-shutdown-manager.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 9e091b7

Please sign in to comment.