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
79
80
81
82
83
84
85
|
{
"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": "<small style=\"color: #999; margin-top: -8px;\">Released RELEASE_DATE</small>",
"useRawFormat": true,
"class": "DepictionMarkdownView"
}
],
"class": "DepictionStackView"
}
],
"class": "DepictionTabView"
}
|