{
  "pageStrategy": "html5",
  "modules": {
    "base": "antie/devices/browserdevice",
    "modifiers": [
      "antie/devices/anim/noanim",
      "antie/devices/mediaplayer/html5seekfinishedemitevent",
      "antie/devices/mediaplayer/live/seekable",
      "antie/devices/data/nativejson",
      "antie/devices/storage/cookie",
      "antie/devices/logging/onscreen",
      "antie/devices/logging/xhr",
      "antie/devices/logging/jstestdriver",
      "antie/devices/exit/closewindow",
      "antie/devices/parentalguidance/appdefaultpghandler"
    ]
  },
  "logging": {
    "level": "none"
  },
  "streaming": {
    "live": {
      "liveSupported": true,
      "liveRestartSupported": true
    },
    "video": {
      "mediaURIFormat": "%href%",
      "supported": [{
        "protocols": [
          "http"
        ],
        "encodings": [
          "h264"
        ],
        "transferFormat": [
          "hls",
          "plain"
        ],
        "maximumVideoLines": 1080
      }]
    },
    "audio": {
      "mediaURIFormat": "%href%",
      "supported": [{
        "protocols": [
          "http"
        ],
        "encodings": [
          "aac"
        ],
        "maximumBitRate": 192
      }]
    }
  },
  "input": {
    "map": {
      "13": "ENTER",
      "27": "BACK",
      "37": "LEFT",
      "38": "UP",
      "39": "RIGHT",
      "40": "DOWN",
      "227": "REWIND",
      "179": "PLAY_PAUSE",
      "228": "FAST_FWD"
    }
  },
  "accessibility": {
    "captions": {
      "supported": [
        "application/ttaf+xml"
      ]
    }
  },
  "layouts": [{
    "width": 960,
    "height": 540,
    "module": "%application%/appui/layouts/540p",
    "classes": [
      "browserdevice540p"
    ]
  }, {
    "width": 1280,
    "height": 720,
    "module": "%application%/appui/layouts/720p",
    "classes": [
      "browserdevice720p"
    ]
  }],
  "networking": {
    "supportsJSONP": true,
    "supportsCORS": true
  },
  "capabilities": [],
  "statLabels": {
    "deviceType": "streamer",
    "serviceType": "retail"
  }
}
