-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepo_beta.json
87 lines (87 loc) · 2.77 KB
/
repo_beta.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"spec":"1.0",
"repotype":"purekfdextended",
"name": "PureKFD Beta",
"description": "The latest of PureKFD tweaks!",
"icon": "icons/icon.png",
"categorized":true,
"featured": [
{
"name": "FrostedUX",
"bundleid": "uwu.lrdsnow.frostedux",
"banner": "icons/frostedBanner0.png"
},
{
"name": "Color Manager",
"bundleid": "uwu.lrdsnow.colors",
"banner": "icons/colorBanner0.png"
},
{
"name": "Resolution Setter",
"bundleid": "uwu.lrdsnow.resset",
"banner": "icons/ressetBanner0.png"
}
],
"packages": [
{
"name": "FrostedUX",
"bundleid": "uwu.lrdsnow.frostedux",
"author": "Lrdsnow",
"description": "Freshen Your UI!",
"version": "1.0",
"icon": "icons/frosted.png",
"banner":"icons/frostedBanner1.png",
"path": "pkgs/uwu.lrdsnow.frostedux.purekfd",
"screenshots":[],
"category":"Theming"
},
{
"name": "SpringColors",
"bundleid": "uwu.lrdsnow.colors",
"author": "Lrdsnow",
"description": "Change your Springboard Colors!",
"version": "1.2",
"icon": "icons/color.png",
"banner":"icons/colorBanner1.png",
"path": "pkgs/uwu.lrdsnow.colors.purekfd",
"screenshots":[],
"category":"Theming"
},
{
"name": "Resolution Setter",
"bundleid": "uwu.lrdsnow.resset",
"author": "Lrdsnow",
"description": "Sets Your Resolution",
"version": "1.1",
"icon": "icons/resset.png",
"banner":"icons/ressetBanner1.png",
"path": "pkgs/uwu.lrdsnow.resset.purekfd",
"screenshots":[],
"category":"Tools"
},
{
"name": "Remove 3 App Limit (MDC)",
"bundleid": "uwu.lrdsnow.remove3app",
"author": "Lrdsnow",
"description": "Removes the 3 app limit (MDC ONLY!!!)",
"long_description": "Requires PureKFD v4.1+",
"version": "1.0",
"icon": "icons/3app.png",
"banner":"icons/3appBanner.png",
"path": "pkgs/uwu.lrdsnow.remove3app.purekfd",
"screenshots":[],
"category":"Tools"
},
{
"name": "Preference's Test",
"bundleid": "uwu.lrdsnow.test",
"author": "Lrdsnow",
"description": "Test",
"long_description": "Test",
"version": "1.0",
"icon": "icons/test.png",
"path": "pkgs/uwu.lrdsnow.test.purekfd",
"category":"Developer"
}
]
}