{ "minVersion": "0.1", "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", "tintColor": "#594d48", "tabs": [ { "tabname": "Details", "views": [ { "class": "DepictionMarkdownView", "markdown": "## TWEAK_NAME\nSHORT_DESCRIPTION" }, { "class": "DepictionSeparatorView" }, { "title": "Latest Version", "class": "DepictionHeaderView" }, { "title": "Version", "text": "VERSION_NUMBER", "class": "DepictionTableTextView" }, { "title": "Released", "text": "RELEASE_DATE", "class": "DepictionTableTextView" }, { "title": "Price", "text": "PRICE", "class": "DepictionTableTextView" }, { "title": "Developer", "text": "DEVELOPER_NAME", "class": "DepictionTableTextView" }, { "title": "Website", "action": "WEBSITE_HERE", "class": "DepictionTableButtonView" }, { "title": "Darkify", "action": "https://github.com/sukarodo/Sidia", "class": "DepictionTableButtonView" }, { "spacing": 16, "class": "DepictionSpacerView" }, { "spacing": 20, "class": "DepictionSpacerView" } ], "class": "DepictionStackView" }, { "tabname": "Changelog", "views": [ { "title": "VERSION_NUMBER", "useBoldText": true, "useBottomMargin": true, "class": "DepictionSubheaderView" }, { "markdown": "\t\n\u2022 UPDATE_DESCRIPTION", "useSpacing": false, "class": "DepictionMarkdownView" }, { "markdown": "Released RELEASE_DATE", "useRawFormat": true, "class": "DepictionMarkdownView" } ], "class": "DepictionStackView" } ], "class": "DepictionTabView" }