forked from dayanch96/YTLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
depiction.json
95 lines (95 loc) · 4.52 KB
/
depiction.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
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
86
87
88
89
90
91
92
93
94
95
{
"minVersion": "0.1",
"headerImage": "https://raw.githubusercontent.com/dayanch96/YTLite/refs/heads/main/Resources/header.png",
"class": "DepictionTabView",
"tintColor": "#E36678",
"tabs": [
{
"views": [
{
"class": "DepictionSubheaderView",
"useBottomMargin": false,
"title": "YouTube Plus",
"useBoldText": true
},
{
"useSpacing": true,
"class": "DepictionMarkdownView",
"markdown": "A flexible enhancer for YouTube app"
},
{
"spacing": 8,
"class": "DepictionSpacerView"
},
{
"screenshots": [
{
"accessibilityText": "Screenshot0",
"url": "https://raw.githubusercontent.com/dayanch96/YTLite/refs/heads/main/Resources/scr1.jpg"
},
{
"accessibilityText": "Screenshot1",
"url": "https://raw.githubusercontent.com/dayanch96/YTLite/refs/heads/main/Resources/scr2.jpg"
},
{
"accessibilityText": "Screenshot2",
"url": "https://raw.githubusercontent.com/dayanch96/YTLite/refs/heads/main/Resources/scr3.jpg"
},
{
"accessibilityText": "Screenshot3",
"url": "https://raw.githubusercontent.com/dayanch96/YTLite/refs/heads/main/Resources/scr4.jpg"
},
{
"accessibilityText": "Screenshot4",
"url": "https://raw.githubusercontent.com/dayanch96/YTLite/refs/heads/main/Resources/scr5.jpg"
},
{
"accessibilityText": "Screenshot5",
"url": "https://raw.githubusercontent.com/dayanch96/YTLite/refs/heads/main/Resources/scr6.jpg"
},
{
"accessibilityText": "Screenshot6",
"url": "https://raw.githubusercontent.com/dayanch96/YTLite/refs/heads/main/Resources/scr7.jpg"
},
{
"accessibilityText": "Screenshot7",
"url": "https://raw.githubusercontent.com/dayanch96/YTLite/refs/heads/main/Resources/scr8.jpg"
},
{
"accessibilityText": "Screenshot8",
"url": "https://raw.githubusercontent.com/dayanch96/YTLite/refs/heads/main/Resources/scr9.jpg"
}
],
"itemSize": "{160, 275.41333333333336}",
"class": "DepictionScreenshotsView",
"itemCornerRadius": 6
},
{
"markdown": "### Features:\n- Download videos, audio (including audio track selection), thumbnails, posts, and profile pictures\n- Copy video, comment, and post information\n- Interface customization: Remove feed elements, reorder tabs, enable OLED mode, and as use Shorts-only mode\n- Player settings: Gestures, default quality, preferred audio track\n- Save, Load and Restore settings. Clear cache once or automatically on app startup\n- Built-in SponsorBlock\n- And much, much more\n\n*YouTube Plus preferences can be found in the YouTube settings*",
"class": "DepictionMarkdownView",
"useBottomMargin": false,
"title": "markdown-description",
"useBoldText": true
},
{
"class": "DepictionSeparatorView"
},
{
"spacing": 8,
"class": "DepictionSpacerView"
},
{
"text": "dayanch96",
"class": "DepictionTableTextView",
"title": "Developer"
},
{
"spacing": 8,
"class": "DepictionSpacerView"
}
],
"class": "DepictionStackView",
"tabname": "Details"
}
]
}