Replace some cloudfront and filepicker image URLs with archive.org URLs
[ouya-game-data.git] / example-game.json
index 4c8b152de3a39beb048fe286618cb3f25a91c8ac..6d3f511b739736374e60596831990421b7b8246e 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "package": "de.eiswuxe.blookid2",
+    "packageName": "de.eiswuxe.blookid2",
     "title": "Bloo Kid 2",
     "description": "A classic 2D retro-style platformer\r\nFeatures:\r\nFoo",
     "players": [
         "screenshots": [
             "http://example.org/game-1.jpg",
             "http://example.org/game-2.jpg"
+        ],
+        "details": [
+            {
+                "type": "video",
+                "url": "https://vimeo.com/141878938"
+            },
+            {
+                "type": "image",
+                "url": "http://example.org/game-1.jpg",
+                "thumb": "http://example.org/game-1.thumbnail.jpg"
+            }
         ]
     },