mimmi20/browser-detector

View on GitHub
data/devices/motorola/phablet.json

Summary

Maintainability
Test Coverage
{
  "motorola edge": {
    "deviceName": "Edge",
    "marketingName": "Edge",
    "manufacturer": "lenovo",
    "brand": "motorola",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 2340,
      "height": 1080,
      "touch": true,
      "size": 6.7
    },
    "type": "phablet",
    "platform": "android"
  },
  "motorola edge plus": {
    "deviceName": "Edge Plus",
    "marketingName": "Edge Plus",
    "manufacturer": "lenovo",
    "brand": "motorola",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 2340,
      "height": 1080,
      "touch": true,
      "size": 6.7
    },
    "type": "phablet",
    "platform": "android"
  }
}