{
    "pageStrategy": "html5hbbtvhybridappshow",
    "modules": {
        "base": "antie/devices/browserdevice",
        "modifiers": [
            "antie/devices/anim/css3",
            "antie/devices/mediaplayer/html5",
            "antie/devices/mediaplayer/live/seekable",
            "antie/devices/data/nativejson",
            "antie/devices/broadcastsource/hbbtvsource",
            "antie/devices/storage/cookie",
            "antie/devices/logging/consumelog",
            "antie/devices/exit/closewindow",
            "antie/devices/parentalguidance/appdefaultpghandler"
        ]
    },
    "logging": {
        "level": "none"
    },
    "streaming": {
        "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": {
            "8": "BACKSPACE",
            "179":"PLAY_PAUSE",
            "13": "ENTER",
            "27": "BACK",
            "37": "LEFT",
            "38": "UP",
            "39": "RIGHT",
            "40": "DOWN",
            "176": "NEXT",
            "177": "PREV",
            "178": "STOP",
            "227": "REWIND",
            "228": "FAST_FWD",
            "403": "RED",
            "404": "GREEN",
            "405": "YELLOW",
            "406": "BLUE",
            "457": "INFO",
            "460": "SUBTITLE",
            "48": "0",
            "49": "1",
            "50": "2",
            "51": "3",
            "52": "4",
            "53": "5",
            "54": "6",
            "55": "7",
            "56": "8",
            "57": "9"
        }
    },
    "accessibility": {
        "captions": {
            "supported": [
                "application/ttaf+xml"
            ]
        }
    },
    "layouts": [
        {
            "width": 1280,
            "height": 720,
            "module": "%application%/appui/layouts/720p",
            "classes": [
                "browserdevice720p"
            ]
        },
        {
            "width": 1920,
            "height": 1080,
            "module": "%application%/appui/layouts/1080p",
            "classes": [
                "browserdevice1080p"
            ]
        }
    ],
    "networking": {
        "supportsJSONP": true,
        "supportsCORS": true
    },
  "capabilities": ["dial_capable"],
  "statLabels": {
    "deviceType": "smarttv",
    "serviceType": "retail",
    "browserType": "MWB"
  }
}
