browser_devices.json 498 B

123456789101112131415161718192021222324
  1. {
  2. "TYPES": [ "phones" ],
  3. "phones": [
  4. {
  5. "name": "Small Phone",
  6. "width": 320,
  7. "height": 480,
  8. "pixelRatio": 1,
  9. "userAgent": "Mozilla/5.0 (Mobile; rv:39.0) Gecko/39.0 Firefox/39.0",
  10. "touch": true,
  11. "firefoxOS": true
  12. },
  13. {
  14. "name": "Big Phone",
  15. "width": 360,
  16. "height": 640,
  17. "pixelRatio": 3,
  18. "userAgent": "Mozilla/5.0 (Mobile; rv:39.0) Gecko/39.0 Firefox/39.0",
  19. "touch": true,
  20. "firefoxOS": true
  21. }
  22. ]
  23. }