Advertisement
Guest User

Untitled

a guest
Dec 1st, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. {
  2. "applicationSourceName": {
  3. "data": {
  4. "value": "flatpak-backend"
  5. },
  6. "description": "The source for applications",
  7. "telemetryMode": "DetailedUsageStatistics"
  8. },
  9. "applicationVersion": {
  10. "data": {
  11. "value": "5.26.3"
  12. },
  13. "description": "The version of the application.",
  14. "telemetryMode": "BasicSystemInformation"
  15. },
  16. "locale": {
  17. "data": {
  18. "language": "English",
  19. "region": "United States"
  20. },
  21. "description": "The current region and language settings.",
  22. "telemetryMode": "DetailedSystemInformation"
  23. },
  24. "opengl": {
  25. "data": {
  26. "type": "none"
  27. },
  28. "description": "Information about type, version and vendor of the OpenGL stack.",
  29. "telemetryMode": "DetailedSystemInformation"
  30. },
  31. "platform": {
  32. "data": {
  33. "os": "linux",
  34. "version": "endeavouros"
  35. },
  36. "description": "Type and version of the operating system.",
  37. "telemetryMode": "BasicSystemInformation"
  38. },
  39. "qtVersion": {
  40. "data": {
  41. "value": "5.15.7"
  42. },
  43. "description": "The Qt version used by this application.",
  44. "telemetryMode": "BasicSystemInformation"
  45. },
  46. "screens": {
  47. "data": [
  48. {
  49. "devicePixelRatio": 1,
  50. "dpi": 108,
  51. "height": 1440,
  52. "width": 3440
  53. },
  54. {
  55. "devicePixelRatio": 1,
  56. "dpi": 81,
  57. "height": 1080,
  58. "width": 2560
  59. }
  60. ],
  61. "description": "Size and resolution of all connected screens.",
  62. "telemetryMode": "DetailedSystemInformation"
  63. },
  64. "startCount": {
  65. "data": {
  66. "value": 472
  67. },
  68. "description": "How often the application has been started.",
  69. "telemetryMode": "BasicUsageStatistics"
  70. },
  71. "usageTime": {
  72. "data": {
  73. "value": 85084
  74. },
  75. "description": "The total amount of time the application has been used.",
  76. "telemetryMode": "BasicUsageStatistics"
  77. }
  78. }
  79.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement