mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "google nexus 10": {
    "deviceName": "Nexus 10",
    "marketingName": "Nexus 10",
    "manufacturer": "samsung",
    "brand": "google",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 2560,
      "height": 1600,
      "touch": true,
      "size": 10.1
    },
    "type": "tablet",
    "platform": "android"
  },
  "google nexus 7": {
    "deviceName": "Nexus 7",
    "marketingName": "Nexus 7",
    "manufacturer": "asus",
    "brand": "google",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": 7
    },
    "type": "tablet",
    "platform": "android"
  },
  "google nexus 7p": {
    "deviceName": "Nexus 7P",
    "marketingName": "Nexus 7P",
    "manufacturer": "asus",
    "brand": "google",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": true,
      "size": 7
    },
    "type": "tablet",
    "platform": "android"
  },
  "google nexus 9": {
    "deviceName": "Nexus 9",
    "marketingName": "Nexus 9",
    "manufacturer": "htc",
    "brand": "google",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 2048,
      "height": 1536,
      "touch": true,
      "size": 8.9
    },
    "type": "tablet",
    "platform": "android"
  },
  "google pixel c": {
    "deviceName": "Pixel C",
    "marketingName": "Pixel C",
    "manufacturer": "google",
    "brand": "google",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 2560,
      "height": 1800,
      "touch": true,
      "size": 10.2
    },
    "type": "tablet",
    "platform": "android"
  }
}