mimmi20/browser-detector

View on GitHub
data/devices/techpad/smartphone.json

Summary

Maintainability
Test Coverage
{
  "techpad q545": {
    "deviceName": "Q545",
    "marketingName": "Q545",
    "manufacturer": "techpad",
    "brand": "techpad",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 854,
      "height": 480,
      "touch": true,
      "size": null
    },
    "type": "smartphone",
    "platform": "android"
  },
  "techpad x5": {
    "deviceName": "X5",
    "marketingName": "X5",
    "manufacturer": "techpad",
    "brand": "techpad",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 720,
      "touch": true,
      "size": null
    },
    "type": "smartphone",
    "platform": "android"
  }
}