mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "pocketbook a10": {
    "deviceName": "A10",
    "marketingName": "A10",
    "manufacturer": "pocketbook",
    "brand": "pocketbook",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1024,
      "height": 768,
      "touch": true,
      "size": 10
    },
    "type": "tablet",
    "platform": "android"
  },
  "pocketbook surfpad 2": {
    "deviceName": "SurfPad 2",
    "marketingName": "SurfPad 2",
    "manufacturer": "pocketbook",
    "brand": "pocketbook",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": 7
    },
    "type": "tablet",
    "platform": "android"
  },
  "pocketbook surfpad 3 10.1": {
    "deviceName": "SurfPad 3 10.1",
    "marketingName": "SurfPad 3 10.1",
    "manufacturer": "pocketbook",
    "brand": "pocketbook",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": 10.1
    },
    "type": "tablet",
    "platform": "android"
  }
}