mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "conquest s6": {
    "deviceName": "S6",
    "marketingName": "S6",
    "manufacturer": "conquest",
    "brand": "conquest",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 720,
      "touch": true,
      "size": 5
    },
    "type": "smartphone",
    "platform": "android"
  },
  "conquest s20": {
    "deviceName": "S20",
    "marketingName": "S20",
    "manufacturer": "conquest",
    "brand": "conquest",
    "dualOrientation": true,
    "simCount": 2,
    "display": {
      "width": 2340,
      "height": 1080,
      "touch": true,
      "size": 6.3
    },
    "type": "smartphone",
    "platform": "android"
  },
  "conquest s23": {
    "deviceName": "S23",
    "marketingName": "S23",
    "manufacturer": "conquest",
    "brand": "conquest",
    "dualOrientation": true,
    "simCount": 2,
    "display": {
      "width": 2408,
      "height": 1080,
      "touch": true,
      "size": 6.58
    },
    "type": "smartphone",
    "platform": "android"
  }
}