-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypes.json
27 lines (27 loc) · 953 Bytes
/
types.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
{
"version": "2.6.5",
"description": "Types is a file type manager for Windows that allows you to edit program associations, icons, context menus and a few other things.",
"homepage": "https://ystr.github.io/types",
"license": "GPL-3.0-only",
"url": "https://ystr.github.io/types/Types.zip",
"hash": "531CB8F4AF718B32C6D65DA19AFA8D2830AC8D88D70AA455D86F25D616EFEBC0",
"bin": "Types.exe",
"shortcuts": [
[
"Types.exe",
"Types"
]
],
"checkver": {
"url": "https://ystr.github.io/types",
"regex": "Download ([\\d.]+)"
},
"autoupdate": {
"url": "https://ystr.github.io/types/Types.zip"
},
"notes": [
"Requires .Net framework 2.0 or later, should work in Windows XP and later",
"Language files can be found in https://ystr.github.io/types.",
"Language files are not persisted, please backup before update."
]
}