mimmi20/browser-detector

View on GitHub
data/devices/lenovo/laptop.json

Summary

Maintainability
Test Coverage
{
  "lenovo p50": {
    "deviceName": "P50",
    "marketingName": "Thinkpad P50",
    "manufacturer": "lenovo",
    "brand": "lenovo",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1920,
      "height": 1080,
      "touch": false,
      "size": 15.6
    },
    "type": "laptop",
    "platform": null
  },
  "lenovo 20hh0032ge": {
    "deviceName": "20HH0032GE",
    "marketingName": "Thinkpad P51",
    "manufacturer": "lenovo",
    "brand": "lenovo",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 3840,
      "height": 2160,
      "touch": false,
      "size": 15.6
    },
    "type": "laptop",
    "platform": null
  }
}