-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscoop.json
More file actions
31 lines (31 loc) · 1018 Bytes
/
Copy pathscoop.json
File metadata and controls
31 lines (31 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "0.2.0",
"description": "Windows resource and memory diagnostics dashboard — single-binary, local-only.",
"homepage": "https://github.com/SysView/SysView",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/SysView/SysView/releases/download/v0.2.0/SysView_0.2.0_windows_amd64.zip",
"hash": "PLACEHOLDER_SHA256_REPLACE_ON_RELEASE",
"extract_dir": ""
}
},
"bin": "SysView.exe",
"shortcuts": [
[
"SysView.exe",
"SysView Diagnostics"
]
],
"checkver": {
"github": "https://github.com/SysView/SysView"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/SysView/SysView/releases/download/v$version/SysView_$version_windows_amd64.zip"
}
}
},
"notes": "Single binary — runs on 127.0.0.1 with a capability token. No admin required. Offline-capable."
}