diff options
-rw-r--r-- | sileodepictions/com.struggling.darkify/depiction.json | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index 096408f..2a3ca5d 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -7,14 +7,28 @@ "tabname": "Details", "views": [ { - "class": "DepictionScreenshotsView" + "itemCornerRadius": 6, + "itemSize": "{160, 275.41333333333336}", "screenshots": [ { - "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" + "accessibilityText": "Showcase", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png" } ], - "itemCornerRadius": 2 - "itemSize": {1920,1080} + "ipad": { + "itemCornerRadius": 9, + "itemSize": "{320, 550.8266666666667}", + "screenshots": [ + { + "accessibilityText": "Showcase", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png" + } + ], + "class": "DepictionScreenshotView" + }, + "class": "DepictionScreenshotsView" }, { "class": "DepictionMarkdownView", |