mirror of
https://github.com/SoPat712/InfusePlus.git
synced 2025-08-22 01:38:45 -04:00
new strings, resources
This commit is contained in:
83
Resources/depiction.json
Normal file
83
Resources/depiction.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"minVersion": "0.1",
|
||||
"headerImage": "https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/header.png",
|
||||
"class": "DepictionTabView",
|
||||
"tintColor": "#FF8800",
|
||||
"tabs": [
|
||||
{
|
||||
"views": [
|
||||
{
|
||||
"class": "DepictionSubheaderView",
|
||||
"useBottomMargin": false,
|
||||
"title": "InfusePlus",
|
||||
"useBoldText": true
|
||||
},
|
||||
{
|
||||
"useSpacing": true,
|
||||
"class": "DepictionMarkdownView",
|
||||
"markdown": "Enhancer for Infuse app"
|
||||
},
|
||||
{
|
||||
"spacing": 8,
|
||||
"class": "DepictionSpacerView"
|
||||
},
|
||||
{
|
||||
"screenshots": [
|
||||
{
|
||||
"accessibilityText": "Screenshot0",
|
||||
"url": "https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot1.png"
|
||||
},
|
||||
{
|
||||
"accessibilityText": "Screenshot1",
|
||||
"url": "https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot2.png"
|
||||
},
|
||||
{
|
||||
"accessibilityText": "Screenshot2",
|
||||
"url": "https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot3.png"
|
||||
},
|
||||
{
|
||||
"accessibilityText": "Screenshot3",
|
||||
"url": "https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot4.png"
|
||||
},
|
||||
{
|
||||
"accessibilityText": "Screenshot4",
|
||||
"url": "https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot5.png"
|
||||
},
|
||||
{
|
||||
"accessibilityText": "Screenshot5",
|
||||
"url": "https://raw.githubusercontent.com/dayanch96/InfusePlus/refs/heads/main/Resources/screenshot6.png"
|
||||
}
|
||||
],
|
||||
"itemSize": "{160, 275.41333333333336}",
|
||||
"class": "DepictionScreenshotsView",
|
||||
"itemCornerRadius": 6
|
||||
},
|
||||
{
|
||||
"markdown": "### Features:\n- Pro features\n- Background playback\n- Double tap to Play/Pause gesture\n- Custom seek time for Seek Forward/Backward buttons\n- Custom double tap to skip time\n- And more\n\n*Infuse Plus preferences can be found in the Settings tab*",
|
||||
"class": "DepictionMarkdownView",
|
||||
"useBottomMargin": false,
|
||||
"title": "markdown-description",
|
||||
"useBoldText": true
|
||||
},
|
||||
{
|
||||
"class": "DepictionSeparatorView"
|
||||
},
|
||||
{
|
||||
"spacing": 8,
|
||||
"class": "DepictionSpacerView"
|
||||
},
|
||||
{
|
||||
"text": "dvntm",
|
||||
"class": "DepictionTableTextView",
|
||||
"title": "Developer"
|
||||
},
|
||||
{
|
||||
"spacing": 8,
|
||||
"class": "DepictionSpacerView"
|
||||
}
|
||||
],
|
||||
"class": "DepictionStackView",
|
||||
"tabname": "Details"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user