fix broken schema
[ouya-game-data.git] / games / org.blockinger.game.json
1 {
2     "packageName": "org.blockinger.game",
3     "title": "Blockinger",
4     "description": "Tetris clone",
5     "players": [
6         1
7     ],
8     "genres": [
9         "Open Source",
10         "Retro"
11     ],
12
13     "releases": [
14         {
15             "name": "1.9.0",
16             "versionCode": "14",
17             "uuid": "386db666-ffe8-11e9-8536-a36ef253a98d",
18             "date": "2019-11-04T21:02:23Z",
19             "latest": true,
20
21             "url": "https://github.com/cweiske/Blockinger/releases/download/v1.9.0/blockinger-1.9.0.apk",
22             "size": 12604401,
23             "md5sum": "800ca8174ebc019a94ec1767e7d92036",
24             
25             "publicSize": 0,
26             "nativeSize": 0
27         }
28     ],
29
30     "media": {
31         "discover": "https://raw.githubusercontent.com/cweiske/Blockinger/master/res/drawable-xhdpi/ouya_icon.png",
32         "large": "https://raw.githubusercontent.com/cweiske/Blockinger/master/res/drawable-xhdpi/ouya_icon.png"
33     },
34
35     "developer": {
36         "uuid": "ea422c24-00a5-11ea-b424-937a35bf4309",
37         "name": "vocollapse"
38     },
39
40     "contentRating": "Everyone",
41     "website": "https://github.com/cweiske/Blockinger",
42     "firstPublishedAt": "2019-11-04T21:02:23Z",
43     "inAppPurchases": false
44 }