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
|
{
"class": "DepictionTabView",
"tabs": [
{
"class": "DepictionStackView",
"tabname": "Details",
"views": [
{
"title": "Open-Babel",
"useBoldText": true,
"class": "DepictionSubheaderView",
"useBottomMargin": false
},
{
"class": "DepictionMarkdownView",
"markdown": "Open Babel is a chemical toolbox designed to speak the many languages of chemical data!",
"useSpacing": true
},
{
"class": "DepictionSpacerView",
"spacing": 8
},
{
"itemCornerRadius": 6,
"class": "DepictionScreenshotsView",
"itemSize": "{160, 275.41333333333336}",
"screenshots": [
{
"accessibilityText": "Screenshot0",
"url": "https://raw.githubusercontent.com/navanchauhan/repo/master/depictions/com.navanchauhan.openbabel/screenshots/s1.png"
}
]
},
{
"title": "markdown-description",
"useBoldText": true,
"class": "DepictionMarkdownView",
"markdown": "### Love or Hate it?\r\n\r\nSend me feedback :p\r\n\r\n### Want something else compiled?\r\n\r\nEmail me at navanchauhan@gmail.com",
"useBottomMargin": false
},
{
"class": "DepictionSeparatorView"
},
{
"title": "Version",
"text": "3.1.0",
"class": "DepictionTableTextView"
},
{
"title": "Released",
"text": "31-05-2020",
"class": "DepictionTableTextView"
},
{
"title": "Price",
"text": "Free",
"class": "DepictionTableTextView"
},
{
"class": "DepictionSpacerView",
"spacing": 8
},
{
"title": "Developer",
"text": "Navan Chauhan",
"class": "DepictionTableTextView"
},
{
"class": "DepictionSpacerView",
"spacing": 8
}
]
}
],
"headerImage": "https://raw.githubusercontent.com/navanchauhan/repo/gh-pages/assets/Banners/openbabel.png",
"tintColor": "#0657bb",
"minVersion": "0.1"
}
|