useragents.json 295 B

123456789101112131415
  1. {
  2. "versions": [
  3. "95.0.2",
  4. "95.0.1",
  5. "95.0",
  6. "94.0.2",
  7. "94.0.1",
  8. "94.0"
  9. ],
  10. "os": [
  11. "Windows NT 10.0; Win64; x64",
  12. "X11; Linux x86_64"
  13. ],
  14. "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}"
  15. }