mimmi20/browser-detector

View on GitHub
data/devices/maxtron/smartphone.json

Summary

Maintainability
Test Coverage
{
  "maxtron s8": {
    "deviceName": "S8",
    "marketingName": "S8",
    "manufacturer": "maxtron",
    "brand": "maxtron",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": true,
      "size": 5.7
    },
    "type": "smartphone",
    "platform": "android"
  },
  "maxtron v1": {
    "deviceName": "V1",
    "marketingName": "V1",
    "manufacturer": "maxtron",
    "brand": "maxtron",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 480,
      "height": 320,
      "touch": true,
      "size": null
    },
    "type": "smartphone",
    "platform": "android"
  },
  "maxtron v2": {
    "deviceName": "V2",
    "marketingName": "V2",
    "manufacturer": "maxtron",
    "brand": "maxtron",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 800,
      "height": 480,
      "touch": true,
      "size": 4
    },
    "type": "smartphone",
    "platform": "android"
  },
  "maxtron v3": {
    "deviceName": "V3",
    "marketingName": "V3",
    "manufacturer": "maxtron",
    "brand": "maxtron",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 480,
      "height": 320,
      "touch": true,
      "size": 3.5
    },
    "type": "smartphone",
    "platform": "android"
  },
  "maxtron v7": {
    "deviceName": "V7",
    "marketingName": "V7",
    "manufacturer": "maxtron",
    "brand": "maxtron",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 800,
      "height": 480,
      "touch": true,
      "size": 4
    },
    "type": "smartphone",
    "platform": "android"
  }
}