mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "irulu u1": {
    "deviceName": "U1",
    "marketingName": "Universe 1",
    "manufacturer": "irulu",
    "brand": "irulu",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 854,
      "height": 480,
      "touch": true,
      "size": 5
    },
    "type": "smartphone",
    "platform": "android"
  },
  "irulu v3": {
    "deviceName": "V3",
    "marketingName": "V3",
    "manufacturer": "irulu",
    "brand": "irulu",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 720,
      "touch": true,
      "size": 6.5
    },
    "type": "smartphone",
    "platform": "android"
  },
  "irulu v4": {
    "deviceName": "V4",
    "marketingName": "V4",
    "manufacturer": "irulu",
    "brand": "irulu",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 720,
      "touch": true,
      "size": 5
    },
    "type": "smartphone",
    "platform": "android"
  }
}