mimmi20/browser-detector

View on GitHub
data/devices/google/mobile-device.json

Summary

Maintainability
Test Coverage
{
  "general google device": {
    "deviceName": "general Google device",
    "marketingName": "general Google device",
    "manufacturer": "google",
    "brand": "google",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": true,
      "size": null
    },
    "type": "mobile-device",
    "platform": "android"
  },
  "google android sdk": {
    "deviceName": "Android SDK",
    "marketingName": "Android SDK",
    "manufacturer": "google",
    "brand": "google",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": true,
      "size": null
    },
    "type": "mobile-device",
    "platform": "android"
  },
  "google glass 1": {
    "deviceName": "Glass",
    "marketingName": "Glass",
    "manufacturer": "google",
    "brand": "google",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 640,
      "height": 360,
      "touch": true,
      "size": null
    },
    "type": "mobile-device",
    "platform": "android"
  },
  "google compute engine": {
    "deviceName": "Google Compute Engine",
    "marketingName": "Google Compute Engine",
    "manufacturer": "google",
    "brand": "google",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": true,
      "size": null
    },
    "type": "mobile-device",
    "platform": "android"
  }
}