mimmi20/browser-detector

View on GitHub
data/devices/coolpad/feature-phone.json

Summary

Maintainability
Test Coverage
{
  "coolpad f800": {
    "deviceName": "F800",
    "marketingName": "F800",
    "manufacturer": "coolpad",
    "brand": "coolpad",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 480,
      "height": 320,
      "touch": true,
      "size": 3.2
    },
    "type": "feature-phone",
    "platform": "windows ce"
  },
  "coolpad t60": {
    "deviceName": "T60",
    "marketingName": "T60",
    "manufacturer": "coolpad",
    "brand": "coolpad",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 320,
      "height": 240,
      "touch": true,
      "size": 2.4
    },
    "type": "feature-phone",
    "platform": "java"
  }
}