mimmi20/browser-detector

View on GitHub
data/devices/kobo/tablet.json

Summary

Maintainability
Test Coverage
{
  "kobo arc": {
    "deviceName": "Arc",
    "marketingName": "Arc",
    "manufacturer": "kobo",
    "brand": "kobo",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": 7
    },
    "type": "tablet",
    "platform": "android"
  },
  "kobo arc 10 hd": {
    "deviceName": "Arc 10 HD",
    "marketingName": "Arc 10 HD",
    "manufacturer": "kobo",
    "brand": "kobo",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 2560,
      "height": 1600,
      "touch": true,
      "size": 10.1
    },
    "type": "tablet",
    "platform": "android"
  },
  "kobo arc 7 hd": {
    "deviceName": "Arc 7 HD",
    "marketingName": "Arc 7 HD",
    "manufacturer": "kobo",
    "brand": "kobo",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1920,
      "height": 1200,
      "touch": true,
      "size": 7
    },
    "type": "tablet",
    "platform": "android"
  }
}