-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsileo-featured.json
43 lines (43 loc) · 1.32 KB
/
sileo-featured.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
{
"class":"FeaturedBannersView",
"itemSize":"{263, 148}",
"itemCornerRadius":10,
"banners":[
{
"url":"https://repo.titand3v.com/depictions/idevices/assets/feature-banner.png",
"title":"iDevices",
"package":"com.titand3v.idevices",
"hideShadow":true
},
{
"url":"https://repo.titand3v.com/depictions/phoenix/assets/feature-banner.png",
"title":"Phoenix",
"package":"com.titand3v.phoenix",
"hideShadow":true
},
{
"url":"https://repo.titand3v.com/depictions/avatar/assets/feature-banner.png",
"title":"Avatar",
"package":"com.titand3v.avatar",
"hideShadow":true
},
{
"url":"https://repo.titand3v.com/depictions/nova/assets/feature-banner.png",
"title":"Nova",
"package":"com.titand3v.nova",
"hideShadow":true
},
{
"url":"https://repo.titand3v.com/depictions/luv/assets/feature-banner.png",
"title":"Luv",
"package":"com.titand3v.luv",
"hideShadow":true
},
{
"url":"https://repo.titand3v.com/depictions/paradise/assets/feature-banner.png",
"title":"Paradise",
"package":"com.titand3v.paradise",
"hideShadow":true
}
]
}