GameInfoImages
baseURLstringrequired
Image's base URL
Example:
https://cdn.swipegames.io/images/sg_catch_97squarestringrequired
Path to square image. 1:1 aspect.
Example:
/square.pnghorizontalstringrequired
Path to horizontal image. 4:3 aspect.
Example:
/horizontal.pngwidescreenstringrequired
Path to widescreen image. 16:9 aspect.
Example:
/widescreen.pngverticalstringrequired
Path to vertical image. 3:4 aspect.
Example:
/vertical.pngGameInfoImages
{
"baseURL": "https://cdn.swipegames.io/images/sg_catch_97",
"square": "/square.png",
"horizontal": "/horizontal.png",
"widescreen": "/widescreen.png",
"vertical": "/vertical.png"
}