-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
45 lines (45 loc) · 1.58 KB
/
Copy pathdb.json
File metadata and controls
45 lines (45 loc) · 1.58 KB
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
42
43
44
45
{
"packages": [
{
"name": "superf4",
"title": "SuperF4",
"description": "SuperF4 kills the foreground program when you press RCtrl + F11.",
"author": "jooapa",
"version": "1.2.2",
"download": "https://github.com/jooapa/SuperF4/releases/download/release/superf4_1.0.1_x64_en-US.msi",
"install": "setup",
"executeble": "superf4_1.0.1_x64_en-US.msi"
},
{
"name": "superfetch",
"title": "SuperFetch",
"description": "SuperFetch is a system service that helps to decrease boot time and make must-load programs more efficiently.",
"author": "jooapa",
"version": "1.0.0",
"download": "https://github.com/jooapa/SuperF4/releases/download/release/Superfetch.exe",
"install": "exe",
"executeble": "Superfetch.exe"
},
{
"name": "speedcrunch",
"title": "SpeedCrunch",
"description": "SpeedCrunch is a high-precision scientific calculator featuring a fast, keyboard-driven user interface.",
"author": "heldercorreia",
"version": "0.12",
"download": "https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12-win32.zip",
"install": "zip",
"executeble": "speedcrunch.exe"
}
,
{
"name": "atk",
"title": "ATK",
"description": "File encryptor",
"author": "Antonako1",
"version": "1.2.2",
"download": "https://github.com/Antonako1/ATK/releases/download/Hotfix-1.2.2/ATK.exe",
"install": "exe",
"executeble": "ATK.exe"
}
]
}