Platform type

An Object containing properties of an alternative platform.

Fields

platform: String — default: undefined
The platform on which the game can be found.

  • Must be one of the following: Chrome Web Store, Play, iTunes, Web app, Windows, F-Droid, Amazon.

url: String — required
The URL on which the game can be found.

  • Must be a valid HTTP or HTTPS URL.

Examples

{
  "platform": "Chrome Web Store",
  "url": "https://chromewebstore.google.com/detail/game_name/abcdefghijklmnopqrstuvwxyz"
}