GameInfoImages
baseURLstringrequired
Image's base URL
Example:
https://cdn.swipegames.io/images/sg_catchsquarestringrequired
Path to square image. 1:1 aspect.
Example:
/square.pnghorizontalstringrequired
Path to horizontal image. 4:3 aspect.
Example:
/horizontal.pnghorizontal_337x181string
Path to horizontal image. 337:181 aspect.
Example:
/horizontal_337x181.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",
"square": "/square.png",
"horizontal": "/horizontal.png",
"horizontal_337x181": "/horizontal_337x181.png",
"widescreen": "/widescreen.png",
"vertical": "/vertical.png"
}