aboutsummaryrefslogtreecommitdiff
path: root/sileodepictions/vina
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-06-02 23:06:26 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-06-02 23:06:26 +0530
commit93f4728fbefa1babc25653f8f627fee4add3b71c (patch)
treec2b1fab355485797539ea01f67c5e8d3b4d3842b /sileodepictions/vina
parenta3a47f4821cddc0b46e7f863ff1c31f888e2418a (diff)
added autodock-vina, removed other packages including zebra dark mod :(
Diffstat (limited to 'sileodepictions/vina')
-rw-r--r--sileodepictions/vina/depiction.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/sileodepictions/vina/depiction.json b/sileodepictions/vina/depiction.json
new file mode 100644
index 0000000..b29331b
--- /dev/null
+++ b/sileodepictions/vina/depiction.json
@@ -0,0 +1,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"
+}