{
  "display": {
    "title": "beer-dispenser",
    "favicon": "favicon_asset"
  },
  "contact": {
    "name": "author-name",
    "email": ""
  },
  "owner": "",
  "scene": {
    "parcels": [
      "0,0",
      "0,1",
      "0,2",
      "0,3",
      "0,4",
      "1,0",
      "1,1",
      "1,2",
      "1,3",
      "1,4",
      "2,0",
      "2,1",
      "2,2",
      "2,3",
      "2,4",
      "3,0",
      "3,1",
      "3,2",
      "3,3",
      "3,4",
      "4,0",
      "4,1",
      "4,2",
      "4,3",
      "4,4",
      "5,0",
      "5,1",
      "5,2",
      "5,3",
      "5,4"
    ],
    "base": "0,0"
  },
  "communications": {
    "type": "webrtc",
    "signalling": "https://signalling-01.decentraland.org"
  },
  "policy": {
    "contentRating": "R",
    "fly": true,
    "voiceEnabled": true,
    "blacklist": []
  },
  "requiredPermissions": [],
  "main": "bin/game.js",
  "tags": [],
  "spawnPoints": [
    {
      "name": "spawn1",
      "default": true,
      "position": {
        "x": 0,
        "y": 0,
        "z": 0
      },
      "cameraTarget": {
        "x": 8,
        "y": 1,
        "z": 8
      }
    }
  ]
}