Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Commit

Permalink
Provide dimensions for iPad screenshots
Browse files Browse the repository at this point in the history
Oh AltStore, why are you such a PITA
  • Loading branch information
colin273 authored Jun 8, 2024
1 parent 4206113 commit b457860
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions altstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,26 @@
"https://enmity-mod.github.io/repo/screenshots_iphone/settings.png"
],
"ipad": [
"https://enmity-mod.github.io/repo/screenshots_ipad/chat.png",
"https://enmity-mod.github.io/repo/screenshots_ipad/plugins.png",
"https://enmity-mod.github.io/repo/screenshots_ipad/profile.png",
"https://enmity-mod.github.io/repo/screenshots_ipad/settings.png"
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_ipad/chat.png",
"width": 1000,
"height": 692
},
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_ipad/plugins.png",
"width": 1000,
"height": 692
},
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_ipad/profile.png",
"width": 1000,
"height": 692
},
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_ipad/settings.png",
"width": 1000,
"height": 692
}
]
},
"versions": [
Expand Down

0 comments on commit b457860

Please sign in to comment.