-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfile-types-man.json
41 lines (41 loc) · 1.19 KB
/
file-types-man.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
30
31
32
33
34
35
36
37
38
39
40
41
{
"homepage": "https://www.nirsoft.net/utils/file_types_manager.html",
"description": "File Types Manager for Windows",
"version": "2.00",
"architecture": {
"64bit": {
"url": "https://www.nirsoft.net/utils/filetypesman-x64.zip",
"hash": "05f9d35dd1f44be6162def173d4e8bc4e55389d618b5349599bfa5a5bb1a7ea4"
},
"32bit": {
"url": "https://www.nirsoft.net/utils/filetypesman.zip",
"hash": "e906151bb3648dd52e67694dc419f4ed8cd0ef1b0c45f93fbefd8d343ebecf4b"
}
},
"bin": [
[
"FileTypesMan.exe",
"filetypesman"
]
],
"shortcuts": [
[
"FileTypesMan.exe",
"FileTypesMan"
]
],
"checkver": {
"url": "https://www.nirsoft.net/utils/file_types_manager.html",
"regex": "Versions History</h4>\\s*<ul>\\s*<li>Version\\s*([\\d\\.]+):"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.nirsoft.net/utils/filetypesman-x64.zip"
},
"32bit": {
"url": "https://www.nirsoft.net/utils/filetypesman.zip"
}
}
}
}