forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAPIMonitor.json
29 lines (29 loc) · 1.01 KB
/
APIMonitor.json
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
{
"version": "2.0.r13",
"description": "ApiMonitor. Monitor and control API calls made by applications and services.",
"homepage": "https://www.rohitab.com/apimonitor",
"license": "Freeware",
"url": "http://www.rohitab.com/download/api-monitor-v2r13-x86-x64.zip",
"hash": "d045e45f523a6c0c7a2a8e06831f4b2d705fb84f4995791b5a70b28424a49d2b",
"extract_dir": "API Monitor (rohitab.com)",
"pre_install": "Remove-Item \"$dir\\gdiplus.dll\"",
"shortcuts": [
[
"apimonitor-x64.exe",
"API Monitor (64bit)"
],
[
"apimonitor-x86.exe",
"API Monitor (32bit)"
]
],
"persist": "Settings.ini",
"checkver": {
"url": "https://www.rohitab.com/apimonitor/changelog/",
"regex": "Version\\s+(?<main>[\\d.]+)\\s+\\(\\w+-(?<alpha>r\\d+)\\)",
"replace": "${main}.${alpha}"
},
"autoupdate": {
"url": "http://www.rohitab.com/download/api-monitor-v$majorVersion$patchVersion-x86-x64.zip"
}
}