mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "geotel g1": {
    "deviceName": "G1",
    "marketingName": "G1",
    "manufacturer": "geotel",
    "brand": "geotel",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 720,
      "touch": true,
      "size": 5
    },
    "type": "smartphone",
    "platform": "android"
  },
  "geotel note": {
    "deviceName": "Note",
    "marketingName": "Note",
    "manufacturer": "geotel",
    "brand": "geotel",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 720,
      "touch": true,
      "size": 5.5
    },
    "type": "smartphone",
    "platform": "android"
  }
}