{
  "package": "com.application.demo",
  "name": "tv-demo",
  "versionName": "1.0.0",
  "versionCode": 1,
  "minPlatformVersion": 1066,
  "orientation":"landscape",
  "icon": "/Common/logo.png",
  "deviceTypeList": [
    "phone"
  ],
  "features": [
    {
      "name": "system.ringtone"
    }
  ],
  "permissions": [
    {
      "origin": "*"
    }
  ],
  "config": {
    "logLevel": "log"
  },
  "router": {
    "entry": "Index",
    "pages": {
      "Index": {
        "component": "index"
      }
    }
  },
  "display": {
    "fullScreen":true,
    "titleBar":false,
    "menu": false,
    "menuBarData": {
      "menuBar": false
    },
    "pages": {
      "Index": {
        "titleBarText": "",
        "fullScreen": true
      }
    }
  }
}
