mimmi20/browser-detector

View on GitHub
data/devices/toshiba/desktop.json

Summary

Maintainability
Test Coverage
{
  "toshiba c800 series": {
    "deviceName": "C800 series",
    "marketingName": "C800 series",
    "manufacturer": "toshiba",
    "brand": "toshiba",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": false,
      "size": null
    },
    "type": "desktop",
    "platform": null
  },
  "toshiba chromebook 2 (2015)": {
    "deviceName": "Chromebook 2 (2015 Edition)",
    "marketingName": "Chromebook 2 (2015 Edition)",
    "manufacturer": "toshiba",
    "brand": "toshiba",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1920,
      "height": 1080,
      "touch": false,
      "size": 13.3
    },
    "type": "desktop",
    "platform": null
  },
  "toshiba pc": {
    "deviceName": "PC",
    "marketingName": "PC",
    "manufacturer": "toshiba",
    "brand": "toshiba",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": false,
      "size": null
    },
    "type": "desktop",
    "platform": null
  }
}