mimmi20/browser-detector

View on GitHub
data/devices/microsoft/tv-console.json

Summary

Maintainability
Test Coverage
{
  "microsoft xbox 360": {
    "deviceName": "Xbox 360",
    "marketingName": "Xbox 360",
    "manufacturer": "microsoft",
    "brand": "microsoft",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": false,
      "size": null
    },
    "type": "tv-console",
    "platform": null
  },
  "microsoft xbox one": {
    "deviceName": "Xbox One",
    "marketingName": "Xbox One",
    "manufacturer": "microsoft",
    "brand": "microsoft",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": false,
      "size": null
    },
    "type": "tv-console",
    "platform": null
  }
}