mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "hp 9000": {
    "deviceName": "9000",
    "marketingName": "9000",
    "manufacturer": "hp",
    "brand": "hp",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": false,
      "size": null
    },
    "type": "desktop",
    "platform": null
  },
  "hp pc": {
    "deviceName": "PC",
    "marketingName": "PC",
    "manufacturer": "hp",
    "brand": "hp",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": false,
      "size": null
    },
    "type": "desktop",
    "platform": null
  },
  "hp slatebook 14 pc": {
    "deviceName": "SlateBook 14 PC",
    "marketingName": "SlateBook 14 PC",
    "manufacturer": "hp",
    "brand": "hp",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1920,
      "height": 1200,
      "touch": false,
      "size": 14
    },
    "type": "desktop",
    "platform": null
  }
}