-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.json
72 lines (72 loc) · 4.03 KB
/
main.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
{
"status":"true",
"message":"Data fetched successfully!",
"brand":{
"Xiaomi":[
{
"brand_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/brand_icon.png",
"begonia":{
"device_model":"Redmi Note 8 pro",
"device_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/begonia/device_icon.png",
"Kernels":{
"project_type_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/resources/icons/placeholder.png",
"project_json":[
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/begonia/kernels/project1/project.json",
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/begonia/kernels/project2/project.json"
]
},
"Roms":{
"project_type_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/resources/icons/placeholder.png",
"project_json":[
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/begonia/roms/project1/project.json",
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/begonia/roms/project2/project.json"
]
}
},
"lavander":{
"device_model":"Redmi Note 8 pro",
"device_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/lavander/device_icon.png",
"Kernels":{
"project_type_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/resources/icons/placeholder.png",
"project_json":[
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/lavander/kernels/project1/project.json",
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/lavander/kernels/project2/project.json"
]
},
"Roms":{
"project_type_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/resources/icons/placeholder.png",
"project_json":[
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/lavander/roms/project1/project.json",
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/lavander/roms/project2/project.json"
]
}
},
"tissot":{
"device_model":"Mi A1",
"device_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/tissot/device_icon.png",
"Kernels":{
"project_type_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/resources/icons/placeholder.png",
"project_json":[
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/tissot/kernels/LightningKernel/project.json"
]
},
"Roms":{
"project_type_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/resources/icons/placeholder.png",
"project_json":[
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/tissot/roms/crDroid6/project.json",
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/tissot/roms/Derpfest10/project.json",
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/tissot/roms/EvolutionX4/project.json",
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/tissot/roms/PixelExperience10/project.json",
"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Xiaomi/tissot/roms/RevengeOS3/project.json"
]
}
}
}
],
"Samsung":[
{
"brand_icon":"https://raw.githubusercontent.com/Paget96/ROMsHub/master/Samsung/brand_icon.png"
}
]
}
}