mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "koobee m3": {
    "deviceName": "M3",
    "marketingName": "M3",
    "manufacturer": "koobee",
    "brand": "koobee",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 720,
      "touch": true,
      "size": null
    },
    "type": "smartphone",
    "platform": "android"
  },
  "koobee m2": {
    "deviceName": "M2",
    "marketingName": "Muse M2",
    "manufacturer": "koobee",
    "brand": "koobee",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 720,
      "touch": true,
      "size": null
    },
    "type": "smartphone",
    "platform": "android"
  },
  "koobee t550": {
    "deviceName": "T550",
    "marketingName": "T550",
    "manufacturer": "koobee",
    "brand": "koobee",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 800,
      "height": 480,
      "touch": true,
      "size": null
    },
    "type": "smartphone",
    "platform": "android"
  }
}