mimmi20/browser-detector

View on GitHub
data/devices/sony/mobile-console.json

Summary

Maintainability
Test Coverage
{
  "sony playstation portable": {
    "deviceName": "PlayStation Portable",
    "marketingName": "PlayStation Portable",
    "manufacturer": "sony",
    "brand": "sony",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 480,
      "height": 272,
      "touch": true,
      "size": null
    },
    "type": "mobile-console",
    "platform": "java"
  },
  "sony playstation vita": {
    "deviceName": "PlayStation Vita",
    "marketingName": "PlayStation Vita",
    "manufacturer": "sony",
    "brand": "sony",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 960,
      "height": 544,
      "touch": true,
      "size": null
    },
    "type": "mobile-console",
    "platform": "java"
  }
}