richka commited on
Commit
b0ca2e4
1 Parent(s): c47bd59

Initial commit

Browse files

## UiPad - UI Parsing and Accessibility Dataset

- Curated by: [MacPaw Inc.](https://huggingface.co/MacPaw)
- Language(s): Mostly EN, UA
- License: MIT

**Overview**
UiPad is a dataset created for the [IASA Champ 2024 Challenge](http://champ.iasa.kpi.ua/), focusing on the accessibility and interface understanding of MacOS applications. With growing interest in AI-driven user interface analysis, the dataset aims to bridge the gap in available resources for desktop app accessibility. While mobile apps and web platforms benefit from datasets like RICO and Mind2Web, MacOS apps remain mostly underexplored, particularly regarding accessibility parsing and textual representation.

![image.png](https://cdn-uploads.huggingface.co/production/uploads/660c2657b481e58759ac95ad/3g5kKC1pzqRF7Yi7xnRSk.png)


**Dataset Structure**
UiPad contains 352 unique screens from 63 different MacOS applications. Of these, 68% include accessibility data in the form of JSON trees. A screenshot accompanies each app screen and, if available, a JSON file detailing the accessibility elements.

```plaintext
dataset

├── application/
│ ├── screen_state_id (no accessibility) /
│ │ ├── screenshot.png
│ ├── screen_state_id (with accessibility) /
│ │ ├── screenshot.png
│ │ ├── accessibility_tree.json
│ ...
```

- **Screenshot**
PNG image of the app screen

- **Accessibility Tree Data**
The accessibility tree captures essential UI elements such as:
- `name`: Element name
- `role`: The role of the UI element (e.g., button, image)
- `description` and `role_description`
- `value`: Element state or value
- `children`: Nested UI components
- `bbox` and `visible_bbox`: Bounding box coordinates of elements


![image.png](https://cdn-uploads.huggingface.co/production/uploads/660c2657b481e58759ac95ad/GZV0ClEBKaqQ2RhZ8J2lA.png)


- **Questions (for evaluation)**
The dataset includes several types of questions to evaluate UI understanding:
- Numeric: "How many checkboxes are checked on the screen?" (485 instances)
- Yes/No: "Is there a '+' button on the screen?" (306 instances)
- String: "What is the name of the app on the screen?" (143 instances)
- Coordinate: "Where do I click to connect Gmail?" (122 instances)

The dataset provides real-world challenges in accessibility recognition. Some screens may lack full accessibility support, with common issues like misidentifying roles (e.g., a button as an image), inaccurate bboxes or missing selected states.


![image.png](https://cdn-uploads.huggingface.co/production/uploads/660c2657b481e58759ac95ad/dcnmJ8C0FpawfIE2Mu9RX.png)

**Task and Objectives**
UiPad's primary goal is to create an AI agent that understands and enhances UI accessibility in MacOS scenarios. The quality of the generated UI representation and the effectiveness of the AI agent are measured using Question Answering tasks related to UI understanding.

**Limitations and Challenges**
- Accessibility data may be incomplete, redundant or missing.
- The dataset size is limited, which may not be sufficient for training models from scratch.
- Human labelling of the Q/A introduces the potential for errors.

**Dataset Card Contact**
Feel free to reach out tech-research@macpaw.com if you have any questions or need further information about the dataset!

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. app_data/24hourwallpaper/1707228345/24 Hour Wallpaper-1707228347.19.png +3 -0
  2. app_data/24hourwallpaper/1707228389/24 Hour Wallpaper-1707228390.47.png +3 -0
  3. app_data/24hourwallpaper/1707228419/24 Hour Wallpaper-1707228422.01.png +3 -0
  4. app_data/Almighty/1707228177/Almighty-1707228178.41.png +3 -0
  5. app_data/Almighty/1707228177/com.onmyway133.Almighty-setapp.json +0 -0
  6. app_data/Almighty/1707228194/Almighty-1707228195.40.png +3 -0
  7. app_data/Almighty/1707228194/com.onmyway133.Almighty-setapp.json +0 -0
  8. app_data/Almighty/1707228209/Almighty-1707228210.30.png +3 -0
  9. app_data/Almighty/1707228209/com.onmyway133.Almighty-setapp.json +0 -0
  10. app_data/Almighty/1707228216/Almighty-1707228216.97.png +3 -0
  11. app_data/Almighty/1707228216/com.onmyway133.Almighty-setapp.json +0 -0
  12. app_data/Almighty/1707228222/Almighty-1707228223.62.png +3 -0
  13. app_data/Almighty/1707228222/com.onmyway133.Almighty-setapp.json +0 -0
  14. app_data/Almighty/1707228229/Almighty-1707228229.98.png +3 -0
  15. app_data/Almighty/1707228229/com.onmyway133.Almighty-setapp.json +0 -0
  16. app_data/Almighty/1707228237/Almighty-1707228238.69.png +3 -0
  17. app_data/Almighty/1707228237/com.onmyway133.Almighty-setapp.json +0 -0
  18. app_data/Almighty/1707228245/Almighty-1707228246.51.png +3 -0
  19. app_data/Almighty/1707228245/com.onmyway133.Almighty-setapp.json +0 -0
  20. app_data/Almighty/1707228256/Almighty-1707228257.48.png +3 -0
  21. app_data/Almighty/1707228256/com.onmyway133.Almighty-setapp.json +0 -0
  22. app_data/Almighty/1707228267/Almighty-1707228268.83.png +3 -0
  23. app_data/Almighty/1707228267/com.onmyway133.Almighty-setapp.json +0 -0
  24. app_data/Almighty/1707228277/Almighty-1707228278.47.png +3 -0
  25. app_data/Almighty/1707228277/com.onmyway133.Almighty-setapp.json +0 -0
  26. app_data/Almighty/1707228289/Almighty-1707228290.26.png +3 -0
  27. app_data/Almighty/1707228289/com.onmyway133.Almighty-setapp.json +0 -0
  28. app_data/Almighty/1707228310/Almighty-1707228311.45.png +3 -0
  29. app_data/Almighty/1707228310/com.onmyway133.Almighty-setapp.json +815 -0
  30. app_data/AppStore/1707173654/App Store-1707173656.53.png +3 -0
  31. app_data/AppStore/1707173654/com.apple.AppStore.json +0 -0
  32. app_data/AppStore/1707174073/App Store-1707174074.67.png +3 -0
  33. app_data/AppStore/1707174073/com.apple.AppStore.json +0 -0
  34. app_data/AppStore/1707174097/App Store-1707174099.08.png +3 -0
  35. app_data/AppStore/1707174097/com.apple.AppStore.json +0 -0
  36. app_data/AppStore/1707174110/App Store-1707174111.80.png +3 -0
  37. app_data/AppStore/1707174110/com.apple.AppStore.json +0 -0
  38. app_data/AppStore/1707174122/App Store-1707174123.38.png +3 -0
  39. app_data/AppStore/1707174122/com.apple.AppStore.json +0 -0
  40. app_data/AppStore/1707174130/App Store-1707174130.99.png +3 -0
  41. app_data/AppStore/1707174130/com.apple.AppStore.json +1803 -0
  42. app_data/Bartender/1707227424/Bartender 5-1707227424.73.png +3 -0
  43. app_data/Bartender/1707227424/com.surteesstudios.Bartender-setapp.json +585 -0
  44. app_data/Bartender/1707227479/Bartender 5-1707227479.89.png +3 -0
  45. app_data/Bartender/1707227479/com.surteesstudios.Bartender-setapp.json +1663 -0
  46. app_data/Bartender/1707227543/Bartender 5-1707227544.27.png +3 -0
  47. app_data/Bartender/1707227543/com.surteesstudios.Bartender-setapp.json +0 -0
  48. app_data/Bartender/1707227556/Bartender 5-1707227556.76.png +3 -0
  49. app_data/Bartender/1707227556/com.surteesstudios.Bartender-setapp.json +1567 -0
  50. app_data/Bartender/1707227567/Bartender 5-1707227567.87.png +3 -0
app_data/24hourwallpaper/1707228345/24 Hour Wallpaper-1707228347.19.png ADDED

Git LFS Details

  • SHA256: 405c3b2e2e6e25d4f6e72dfd9001386170a58432ea6fe3fa8e76f5266685dba0
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
app_data/24hourwallpaper/1707228389/24 Hour Wallpaper-1707228390.47.png ADDED

Git LFS Details

  • SHA256: 383414c6e0b470b79c5e4ab82a7dcd552ca83dc5561b5792558917a46c519a78
  • Pointer size: 132 Bytes
  • Size of remote file: 4.51 MB
app_data/24hourwallpaper/1707228419/24 Hour Wallpaper-1707228422.01.png ADDED

Git LFS Details

  • SHA256: 80e35500ff5a00060b20d804a185cf47d4cc044299974c0560085aa6ff6d83ce
  • Pointer size: 132 Bytes
  • Size of remote file: 3.84 MB
app_data/Almighty/1707228177/Almighty-1707228178.41.png ADDED

Git LFS Details

  • SHA256: 51c660a1129760d95a9638a8685536c284d0ca0681d79986ee82baf5fe04126c
  • Pointer size: 131 Bytes
  • Size of remote file: 156 kB
app_data/Almighty/1707228177/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228194/Almighty-1707228195.40.png ADDED

Git LFS Details

  • SHA256: 29891839c5a887f87689ecb747812685a74508a92b17edfb7e8b4dd3ed66cd83
  • Pointer size: 131 Bytes
  • Size of remote file: 149 kB
app_data/Almighty/1707228194/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228209/Almighty-1707228210.30.png ADDED

Git LFS Details

  • SHA256: 6c23aa804cff1660ba32c917c29557bc738161d98144376b5f40dfa13a3d5cd5
  • Pointer size: 131 Bytes
  • Size of remote file: 128 kB
app_data/Almighty/1707228209/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228216/Almighty-1707228216.97.png ADDED

Git LFS Details

  • SHA256: d710ae85f8a86ff00deebda2e583d14a7b2afd4e7fbe4b0ff9150d1db25392e8
  • Pointer size: 131 Bytes
  • Size of remote file: 161 kB
app_data/Almighty/1707228216/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228222/Almighty-1707228223.62.png ADDED

Git LFS Details

  • SHA256: 9364873b33843788d73ddbe5eb181a8676d35ae5491fb76a49cf7444f9277905
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
app_data/Almighty/1707228222/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228229/Almighty-1707228229.98.png ADDED

Git LFS Details

  • SHA256: cd9a3a405cd23094b50f813c38f438004df6a5d5994f5a2744354e374190fdb2
  • Pointer size: 131 Bytes
  • Size of remote file: 148 kB
app_data/Almighty/1707228229/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228237/Almighty-1707228238.69.png ADDED

Git LFS Details

  • SHA256: c2f14b8a3eaab105d58b77ecca250639f101a7b6c8e137e0e14026a8d566224d
  • Pointer size: 131 Bytes
  • Size of remote file: 131 kB
app_data/Almighty/1707228237/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228245/Almighty-1707228246.51.png ADDED

Git LFS Details

  • SHA256: ff554c66df9dd8bab47942a5368f9492b37b7002c95b51fc54006b4fe58649e3
  • Pointer size: 131 Bytes
  • Size of remote file: 162 kB
app_data/Almighty/1707228245/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228256/Almighty-1707228257.48.png ADDED

Git LFS Details

  • SHA256: 3fcb168751403a700426bd7caa059392ed7a6f264941dde986f3920032e71a09
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
app_data/Almighty/1707228256/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228267/Almighty-1707228268.83.png ADDED

Git LFS Details

  • SHA256: 31d979f7af052abe70900f0db462d7a4e2682987813633d76a6f99ba43df1a10
  • Pointer size: 131 Bytes
  • Size of remote file: 160 kB
app_data/Almighty/1707228267/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228277/Almighty-1707228278.47.png ADDED

Git LFS Details

  • SHA256: 319d924dc3edf286fce8e2c1300c3ef5b25a68114bdb98b45dcf81fe454ee4e6
  • Pointer size: 131 Bytes
  • Size of remote file: 145 kB
app_data/Almighty/1707228277/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228289/Almighty-1707228290.26.png ADDED

Git LFS Details

  • SHA256: 6d6c4af75bad2933363954198b19cf729dd5612d09f5b59ff00715832f495e63
  • Pointer size: 131 Bytes
  • Size of remote file: 153 kB
app_data/Almighty/1707228289/com.onmyway133.Almighty-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Almighty/1707228310/Almighty-1707228311.45.png ADDED

Git LFS Details

  • SHA256: baad78a1d83a405ca5e7f397c40d805afaa7f894ab9cc41d8702b80d65fba20b
  • Pointer size: 130 Bytes
  • Size of remote file: 91.5 kB
app_data/Almighty/1707228310/com.onmyway133.Almighty-setapp.json ADDED
@@ -0,0 +1,815 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Almighty",
3
+ "role": "AXWindow",
4
+ "description": "None",
5
+ "role_description": "standard window",
6
+ "value": "None",
7
+ "children": [
8
+ {
9
+ "name": "None",
10
+ "role": "AXGroup",
11
+ "description": "None",
12
+ "role_description": "group",
13
+ "value": "None",
14
+ "children": [
15
+ {
16
+ "name": "None",
17
+ "role": "AXSplitGroup",
18
+ "description": "None",
19
+ "role_description": "split group",
20
+ "value": "None",
21
+ "children": [
22
+ {
23
+ "name": "None",
24
+ "role": "AXSplitter",
25
+ "description": "None",
26
+ "role_description": "splitter",
27
+ "value": "-1.0",
28
+ "children": [],
29
+ "bbox": [
30
+ -2,
31
+ 104,
32
+ 2,
33
+ 796
34
+ ],
35
+ "visible_bbox": null
36
+ },
37
+ {
38
+ "name": "None",
39
+ "role": "AXGroup",
40
+ "description": "None",
41
+ "role_description": "group",
42
+ "value": "None",
43
+ "children": [
44
+ {
45
+ "name": "None",
46
+ "role": "AXScrollArea",
47
+ "description": "None",
48
+ "role_description": "scroll area",
49
+ "value": "None",
50
+ "children": [
51
+ {
52
+ "name": "None",
53
+ "role": "AXTable",
54
+ "description": "None",
55
+ "role_description": "list",
56
+ "value": "None",
57
+ "children": [
58
+ {
59
+ "name": "None",
60
+ "role": "AXRow",
61
+ "description": "None",
62
+ "role_description": "table row",
63
+ "value": "None",
64
+ "children": [
65
+ {
66
+ "name": "None",
67
+ "role": "AXCell",
68
+ "description": "None",
69
+ "role_description": "cell",
70
+ "value": "None",
71
+ "children": [
72
+ {
73
+ "name": "None",
74
+ "role": "AXImage",
75
+ "description": "gearshape.fill",
76
+ "role_description": "image",
77
+ "value": "None",
78
+ "children": [],
79
+ "bbox": [
80
+ 72,
81
+ 176,
82
+ 24,
83
+ 24
84
+ ],
85
+ "visible_bbox": [
86
+ 72,
87
+ 176,
88
+ 24,
89
+ 24
90
+ ]
91
+ },
92
+ {
93
+ "name": "None",
94
+ "role": "AXStaticText",
95
+ "description": "None",
96
+ "role_description": "text",
97
+ "value": "General",
98
+ "children": [],
99
+ "bbox": [
100
+ 120,
101
+ 172,
102
+ 94,
103
+ 32
104
+ ],
105
+ "visible_bbox": [
106
+ 120,
107
+ 172,
108
+ 94,
109
+ 32
110
+ ]
111
+ }
112
+ ],
113
+ "bbox": [
114
+ 64,
115
+ 156,
116
+ 236,
117
+ 64
118
+ ],
119
+ "visible_bbox": [
120
+ 64,
121
+ 156,
122
+ 236,
123
+ 64
124
+ ]
125
+ }
126
+ ],
127
+ "bbox": [
128
+ 32,
129
+ 156,
130
+ 300,
131
+ 64
132
+ ],
133
+ "visible_bbox": [
134
+ 32,
135
+ 156,
136
+ 300,
137
+ 64
138
+ ]
139
+ },
140
+ {
141
+ "name": "None",
142
+ "role": "AXRow",
143
+ "description": "None",
144
+ "role_description": "table row",
145
+ "value": "None",
146
+ "children": [
147
+ {
148
+ "name": "None",
149
+ "role": "AXCell",
150
+ "description": "None",
151
+ "role_description": "cell",
152
+ "value": "None",
153
+ "children": [
154
+ {
155
+ "name": "None",
156
+ "role": "AXImage",
157
+ "description": "Flash",
158
+ "role_description": "image",
159
+ "value": "None",
160
+ "children": [],
161
+ "bbox": [
162
+ 76,
163
+ 240,
164
+ 14,
165
+ 24
166
+ ],
167
+ "visible_bbox": [
168
+ 76,
169
+ 240,
170
+ 14,
171
+ 24
172
+ ]
173
+ },
174
+ {
175
+ "name": "None",
176
+ "role": "AXStaticText",
177
+ "description": "None",
178
+ "role_description": "text",
179
+ "value": "Workflows",
180
+ "children": [],
181
+ "bbox": [
182
+ 120,
183
+ 236,
184
+ 126,
185
+ 32
186
+ ],
187
+ "visible_bbox": [
188
+ 120,
189
+ 236,
190
+ 126,
191
+ 32
192
+ ]
193
+ }
194
+ ],
195
+ "bbox": [
196
+ 64,
197
+ 220,
198
+ 236,
199
+ 64
200
+ ],
201
+ "visible_bbox": [
202
+ 64,
203
+ 220,
204
+ 236,
205
+ 64
206
+ ]
207
+ }
208
+ ],
209
+ "bbox": [
210
+ 32,
211
+ 220,
212
+ 300,
213
+ 64
214
+ ],
215
+ "visible_bbox": [
216
+ 32,
217
+ 220,
218
+ 300,
219
+ 64
220
+ ]
221
+ },
222
+ {
223
+ "name": "None",
224
+ "role": "AXRow",
225
+ "description": "None",
226
+ "role_description": "table row",
227
+ "value": "None",
228
+ "children": [
229
+ {
230
+ "name": "None",
231
+ "role": "AXCell",
232
+ "description": "None",
233
+ "role_description": "cell",
234
+ "value": "None",
235
+ "children": [
236
+ {
237
+ "name": "None",
238
+ "role": "AXImage",
239
+ "description": "keyboard.fill",
240
+ "role_description": "image",
241
+ "value": "None",
242
+ "children": [],
243
+ "bbox": [
244
+ 72,
245
+ 308,
246
+ 24,
247
+ 16
248
+ ],
249
+ "visible_bbox": [
250
+ 72,
251
+ 308,
252
+ 24,
253
+ 16
254
+ ]
255
+ },
256
+ {
257
+ "name": "None",
258
+ "role": "AXStaticText",
259
+ "description": "None",
260
+ "role_description": "text",
261
+ "value": "Shortcuts",
262
+ "children": [],
263
+ "bbox": [
264
+ 120,
265
+ 300,
266
+ 118,
267
+ 32
268
+ ],
269
+ "visible_bbox": [
270
+ 120,
271
+ 300,
272
+ 118,
273
+ 32
274
+ ]
275
+ }
276
+ ],
277
+ "bbox": [
278
+ 64,
279
+ 284,
280
+ 236,
281
+ 64
282
+ ],
283
+ "visible_bbox": [
284
+ 64,
285
+ 284,
286
+ 236,
287
+ 64
288
+ ]
289
+ }
290
+ ],
291
+ "bbox": [
292
+ 32,
293
+ 284,
294
+ 300,
295
+ 64
296
+ ],
297
+ "visible_bbox": [
298
+ 32,
299
+ 284,
300
+ 300,
301
+ 64
302
+ ]
303
+ },
304
+ {
305
+ "name": "None",
306
+ "role": "AXRow",
307
+ "description": "None",
308
+ "role_description": "table row",
309
+ "value": "None",
310
+ "children": [
311
+ {
312
+ "name": "None",
313
+ "role": "AXCell",
314
+ "description": "None",
315
+ "role_description": "cell",
316
+ "value": "None",
317
+ "children": [
318
+ {
319
+ "name": "None",
320
+ "role": "AXImage",
321
+ "description": "Verified",
322
+ "role_description": "image",
323
+ "value": "None",
324
+ "children": [],
325
+ "bbox": [
326
+ 72,
327
+ 368,
328
+ 24,
329
+ 24
330
+ ],
331
+ "visible_bbox": [
332
+ 72,
333
+ 368,
334
+ 24,
335
+ 24
336
+ ]
337
+ },
338
+ {
339
+ "name": "None",
340
+ "role": "AXStaticText",
341
+ "description": "None",
342
+ "role_description": "text",
343
+ "value": "License",
344
+ "children": [],
345
+ "bbox": [
346
+ 120,
347
+ 364,
348
+ 94,
349
+ 32
350
+ ],
351
+ "visible_bbox": [
352
+ 120,
353
+ 364,
354
+ 94,
355
+ 32
356
+ ]
357
+ }
358
+ ],
359
+ "bbox": [
360
+ 64,
361
+ 348,
362
+ 236,
363
+ 64
364
+ ],
365
+ "visible_bbox": [
366
+ 64,
367
+ 348,
368
+ 236,
369
+ 64
370
+ ]
371
+ }
372
+ ],
373
+ "bbox": [
374
+ 32,
375
+ 348,
376
+ 300,
377
+ 64
378
+ ],
379
+ "visible_bbox": [
380
+ 32,
381
+ 348,
382
+ 300,
383
+ 64
384
+ ]
385
+ },
386
+ {
387
+ "name": "None",
388
+ "role": "AXColumn",
389
+ "description": "None",
390
+ "role_description": "column",
391
+ "value": "None",
392
+ "children": [],
393
+ "bbox": [
394
+ 52,
395
+ 136,
396
+ 260,
397
+ 732
398
+ ],
399
+ "visible_bbox": [
400
+ 52,
401
+ 136,
402
+ 260,
403
+ 732
404
+ ]
405
+ }
406
+ ],
407
+ "bbox": [
408
+ 32,
409
+ 136,
410
+ 300,
411
+ 732
412
+ ],
413
+ "visible_bbox": [
414
+ 32,
415
+ 136,
416
+ 300,
417
+ 732
418
+ ]
419
+ }
420
+ ],
421
+ "bbox": [
422
+ 32,
423
+ 136,
424
+ 300,
425
+ 732
426
+ ],
427
+ "visible_bbox": [
428
+ 32,
429
+ 136,
430
+ 300,
431
+ 732
432
+ ]
433
+ },
434
+ {
435
+ "name": "None",
436
+ "role": "AXScrollArea",
437
+ "description": "None",
438
+ "role_description": "scroll area",
439
+ "value": "None",
440
+ "children": [
441
+ {
442
+ "name": "None",
443
+ "role": "AXHeading",
444
+ "description": "Workflows",
445
+ "role_description": "heading",
446
+ "value": "None",
447
+ "children": [],
448
+ "bbox": [
449
+ 392,
450
+ 180,
451
+ 132,
452
+ 32
453
+ ],
454
+ "visible_bbox": [
455
+ 392,
456
+ 180,
457
+ 132,
458
+ 32
459
+ ]
460
+ },
461
+ {
462
+ "name": "None",
463
+ "role": "AXButton",
464
+ "description": "Add",
465
+ "role_description": "button",
466
+ "value": "None",
467
+ "children": [],
468
+ "bbox": [
469
+ 1664,
470
+ 178,
471
+ 28,
472
+ 26
473
+ ],
474
+ "visible_bbox": [
475
+ 1664,
476
+ 178,
477
+ 28,
478
+ 26
479
+ ]
480
+ },
481
+ {
482
+ "name": "None",
483
+ "role": "AXGroup",
484
+ "description": "None",
485
+ "role_description": "group",
486
+ "value": "None",
487
+ "children": [
488
+ {
489
+ "name": "None",
490
+ "role": "AXStaticText",
491
+ "description": "None",
492
+ "role_description": "text",
493
+ "value": "star",
494
+ "children": [],
495
+ "bbox": [
496
+ 392,
497
+ 256,
498
+ 44,
499
+ 42
500
+ ],
501
+ "visible_bbox": [
502
+ 392,
503
+ 256,
504
+ 44,
505
+ 42
506
+ ]
507
+ },
508
+ {
509
+ "name": "None",
510
+ "role": "AXStaticText",
511
+ "description": "None",
512
+ "role_description": "text",
513
+ "value": "Favorite",
514
+ "children": [],
515
+ "bbox": [
516
+ 452,
517
+ 260,
518
+ 96,
519
+ 32
520
+ ],
521
+ "visible_bbox": [
522
+ 452,
523
+ 260,
524
+ 96,
525
+ 32
526
+ ]
527
+ }
528
+ ],
529
+ "bbox": [
530
+ 366,
531
+ 232,
532
+ 1368,
533
+ 94
534
+ ],
535
+ "visible_bbox": [
536
+ 366,
537
+ 232,
538
+ 1368,
539
+ 94
540
+ ]
541
+ },
542
+ {
543
+ "name": "None",
544
+ "role": "AXStaticText",
545
+ "description": "None",
546
+ "role_description": "text",
547
+ "value": "Organize tweaks with workflows",
548
+ "children": [],
549
+ "bbox": [
550
+ 1340,
551
+ 338,
552
+ 388,
553
+ 32
554
+ ],
555
+ "visible_bbox": [
556
+ 1340,
557
+ 338,
558
+ 388,
559
+ 32
560
+ ]
561
+ }
562
+ ],
563
+ "bbox": [
564
+ 332,
565
+ 136,
566
+ 1436,
567
+ 732
568
+ ],
569
+ "visible_bbox": [
570
+ 332,
571
+ 136,
572
+ 1436,
573
+ 732
574
+ ]
575
+ }
576
+ ],
577
+ "bbox": [
578
+ 0,
579
+ 0,
580
+ 1800,
581
+ 900
582
+ ],
583
+ "visible_bbox": [
584
+ 0,
585
+ 0,
586
+ 1800,
587
+ 900
588
+ ]
589
+ }
590
+ ],
591
+ "bbox": [
592
+ 0,
593
+ 0,
594
+ 1800,
595
+ 900
596
+ ],
597
+ "visible_bbox": [
598
+ 0,
599
+ 0,
600
+ 1800,
601
+ 900
602
+ ]
603
+ }
604
+ ],
605
+ "bbox": [
606
+ 0,
607
+ 0,
608
+ 1800,
609
+ 900
610
+ ],
611
+ "visible_bbox": [
612
+ 0,
613
+ 0,
614
+ 1800,
615
+ 900
616
+ ]
617
+ },
618
+ {
619
+ "name": "None",
620
+ "role": "AXToolbar",
621
+ "description": "None",
622
+ "role_description": "toolbar",
623
+ "value": "None",
624
+ "children": [
625
+ {
626
+ "name": "None",
627
+ "role": "AXButton",
628
+ "description": "Split View Horizontally Left",
629
+ "role_description": "button",
630
+ "value": "None",
631
+ "children": [
632
+ {
633
+ "name": "None",
634
+ "role": "AXButton",
635
+ "description": "Split View Horizontally Left",
636
+ "role_description": "button",
637
+ "value": "None",
638
+ "children": [],
639
+ "bbox": [
640
+ 192,
641
+ 28,
642
+ 46,
643
+ 36
644
+ ],
645
+ "visible_bbox": [
646
+ 192,
647
+ 28,
648
+ 46,
649
+ 36
650
+ ]
651
+ }
652
+ ],
653
+ "bbox": [
654
+ 174,
655
+ 0,
656
+ 84,
657
+ 104
658
+ ],
659
+ "visible_bbox": [
660
+ 174,
661
+ 0,
662
+ 84,
663
+ 104
664
+ ]
665
+ }
666
+ ],
667
+ "bbox": [
668
+ 0,
669
+ 0,
670
+ 1800,
671
+ 104
672
+ ],
673
+ "visible_bbox": [
674
+ 0,
675
+ 0,
676
+ 1800,
677
+ 104
678
+ ]
679
+ },
680
+ {
681
+ "name": "None",
682
+ "role": "AXButton",
683
+ "description": "None",
684
+ "role_description": "close button",
685
+ "value": "None",
686
+ "children": [],
687
+ "bbox": [
688
+ 38,
689
+ 36,
690
+ 28,
691
+ 32
692
+ ],
693
+ "visible_bbox": [
694
+ 38,
695
+ 36,
696
+ 28,
697
+ 32
698
+ ]
699
+ },
700
+ {
701
+ "name": "None",
702
+ "role": "AXButton",
703
+ "description": "None",
704
+ "role_description": "full screen button",
705
+ "value": "None",
706
+ "children": [
707
+ {
708
+ "name": "None",
709
+ "role": "AXGroup",
710
+ "description": "None",
711
+ "role_description": "group",
712
+ "value": "None",
713
+ "children": [
714
+ {
715
+ "name": "None",
716
+ "role": "AXGroup",
717
+ "description": "None",
718
+ "role_description": "group",
719
+ "value": "None",
720
+ "children": [],
721
+ "bbox": [
722
+ 118,
723
+ 36,
724
+ 28,
725
+ 32
726
+ ],
727
+ "visible_bbox": [
728
+ 118,
729
+ 36,
730
+ 28,
731
+ 32
732
+ ]
733
+ }
734
+ ],
735
+ "bbox": [
736
+ 118,
737
+ 36,
738
+ 28,
739
+ 32
740
+ ],
741
+ "visible_bbox": [
742
+ 118,
743
+ 36,
744
+ 28,
745
+ 32
746
+ ]
747
+ }
748
+ ],
749
+ "bbox": [
750
+ 118,
751
+ 36,
752
+ 28,
753
+ 32
754
+ ],
755
+ "visible_bbox": [
756
+ 118,
757
+ 36,
758
+ 28,
759
+ 32
760
+ ]
761
+ },
762
+ {
763
+ "name": "None",
764
+ "role": "AXButton",
765
+ "description": "None",
766
+ "role_description": "minimize button",
767
+ "value": "None",
768
+ "children": [],
769
+ "bbox": [
770
+ 78,
771
+ 36,
772
+ 28,
773
+ 32
774
+ ],
775
+ "visible_bbox": [
776
+ 78,
777
+ 36,
778
+ 28,
779
+ 32
780
+ ]
781
+ },
782
+ {
783
+ "name": "None",
784
+ "role": "AXStaticText",
785
+ "description": "None",
786
+ "role_description": "text",
787
+ "value": "Almighty",
788
+ "children": [],
789
+ "bbox": [
790
+ 258,
791
+ 0,
792
+ 1526,
793
+ 104
794
+ ],
795
+ "visible_bbox": [
796
+ 258,
797
+ 0,
798
+ 1526,
799
+ 104
800
+ ]
801
+ }
802
+ ],
803
+ "bbox": [
804
+ 0,
805
+ 0,
806
+ 1800,
807
+ 900
808
+ ],
809
+ "visible_bbox": [
810
+ 0,
811
+ 0,
812
+ 1800,
813
+ 900
814
+ ]
815
+ }
app_data/AppStore/1707173654/App Store-1707173656.53.png ADDED

Git LFS Details

  • SHA256: 89db3c648163a515e859d9ad6dab6eb3ed1ba2deb1e3a96ea6ea5cedf8d30f67
  • Pointer size: 132 Bytes
  • Size of remote file: 2.03 MB
app_data/AppStore/1707173654/com.apple.AppStore.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/AppStore/1707174073/App Store-1707174074.67.png ADDED

Git LFS Details

  • SHA256: f6cca2e31873ffa8b13e21fbca99ea2fee26a043d60d1ddbdf80f91a8ce7b1c3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.01 MB
app_data/AppStore/1707174073/com.apple.AppStore.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/AppStore/1707174097/App Store-1707174099.08.png ADDED

Git LFS Details

  • SHA256: 12fbb8c0fa857708e48149e0c798b23a6053f1ec825650b0b8196ccc3c916eb5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
app_data/AppStore/1707174097/com.apple.AppStore.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/AppStore/1707174110/App Store-1707174111.80.png ADDED

Git LFS Details

  • SHA256: 57087818333aebb93a4dc0fc8b027ee0b7fc58c7449b406ce4ffc8473cb504f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.02 MB
app_data/AppStore/1707174110/com.apple.AppStore.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/AppStore/1707174122/App Store-1707174123.38.png ADDED

Git LFS Details

  • SHA256: f4eb0aed58fdb8c065b620c522730df852781f9755fb36b3dcaebda43b7acf05
  • Pointer size: 131 Bytes
  • Size of remote file: 428 kB
app_data/AppStore/1707174122/com.apple.AppStore.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/AppStore/1707174130/App Store-1707174130.99.png ADDED

Git LFS Details

  • SHA256: 6270c8f8121ca3b19167f038a8a9e797d73798acb922697dc93170a3c66b2543
  • Pointer size: 131 Bytes
  • Size of remote file: 308 kB
app_data/AppStore/1707174130/com.apple.AppStore.json ADDED
@@ -0,0 +1,1803 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "App\u00a0Store",
3
+ "role": "AXWindow",
4
+ "description": "None",
5
+ "role_description": "standard window",
6
+ "value": "None",
7
+ "children": [
8
+ {
9
+ "name": "None",
10
+ "role": "AXSplitGroup",
11
+ "description": "None",
12
+ "role_description": "split group",
13
+ "value": "None",
14
+ "children": [
15
+ {
16
+ "name": "None",
17
+ "role": "AXGroup",
18
+ "description": "None",
19
+ "role_description": "group",
20
+ "value": "None",
21
+ "children": [
22
+ {
23
+ "name": "None",
24
+ "role": "AXTextField",
25
+ "description": "search field",
26
+ "role_description": "search text field",
27
+ "value": "",
28
+ "children": [],
29
+ "bbox": [
30
+ 80,
31
+ 104,
32
+ 288,
33
+ 56
34
+ ],
35
+ "visible_bbox": [
36
+ 80,
37
+ 104,
38
+ 288,
39
+ 56
40
+ ]
41
+ }
42
+ ],
43
+ "bbox": [
44
+ 20,
45
+ 104,
46
+ 400,
47
+ 56
48
+ ],
49
+ "visible_bbox": [
50
+ 20,
51
+ 104,
52
+ 400,
53
+ 56
54
+ ]
55
+ },
56
+ {
57
+ "name": "None",
58
+ "role": "AXOutline",
59
+ "description": "None",
60
+ "role_description": "outline",
61
+ "value": "None",
62
+ "children": [
63
+ {
64
+ "name": "None",
65
+ "role": "AXRow",
66
+ "description": "None",
67
+ "role_description": "outline row",
68
+ "value": "None",
69
+ "children": [
70
+ {
71
+ "name": "None",
72
+ "role": "AXCell",
73
+ "description": "Discover",
74
+ "role_description": "cell",
75
+ "value": "None",
76
+ "children": [
77
+ {
78
+ "name": "None",
79
+ "role": "AXButton",
80
+ "description": "Discover",
81
+ "role_description": "button",
82
+ "value": "None",
83
+ "children": [],
84
+ "bbox": [
85
+ 0,
86
+ 196,
87
+ 440,
88
+ 72
89
+ ],
90
+ "visible_bbox": [
91
+ 0,
92
+ 196,
93
+ 440,
94
+ 72
95
+ ]
96
+ }
97
+ ],
98
+ "bbox": [
99
+ 20,
100
+ 196,
101
+ 400,
102
+ 72
103
+ ],
104
+ "visible_bbox": [
105
+ 20,
106
+ 196,
107
+ 400,
108
+ 72
109
+ ]
110
+ }
111
+ ],
112
+ "bbox": [
113
+ 0,
114
+ 196,
115
+ 440,
116
+ 72
117
+ ],
118
+ "visible_bbox": [
119
+ 0,
120
+ 196,
121
+ 440,
122
+ 72
123
+ ]
124
+ },
125
+ {
126
+ "name": "None",
127
+ "role": "AXRow",
128
+ "description": "None",
129
+ "role_description": "outline row",
130
+ "value": "None",
131
+ "children": [
132
+ {
133
+ "name": "None",
134
+ "role": "AXCell",
135
+ "description": "Arcade",
136
+ "role_description": "cell",
137
+ "value": "None",
138
+ "children": [
139
+ {
140
+ "name": "None",
141
+ "role": "AXButton",
142
+ "description": "Arcade",
143
+ "role_description": "button",
144
+ "value": "None",
145
+ "children": [],
146
+ "bbox": [
147
+ 0,
148
+ 268,
149
+ 440,
150
+ 72
151
+ ],
152
+ "visible_bbox": [
153
+ 0,
154
+ 268,
155
+ 440,
156
+ 72
157
+ ]
158
+ }
159
+ ],
160
+ "bbox": [
161
+ 20,
162
+ 268,
163
+ 400,
164
+ 72
165
+ ],
166
+ "visible_bbox": [
167
+ 20,
168
+ 268,
169
+ 400,
170
+ 72
171
+ ]
172
+ }
173
+ ],
174
+ "bbox": [
175
+ 0,
176
+ 268,
177
+ 440,
178
+ 72
179
+ ],
180
+ "visible_bbox": [
181
+ 0,
182
+ 268,
183
+ 440,
184
+ 72
185
+ ]
186
+ },
187
+ {
188
+ "name": "None",
189
+ "role": "AXRow",
190
+ "description": "None",
191
+ "role_description": "outline row",
192
+ "value": "None",
193
+ "children": [
194
+ {
195
+ "name": "None",
196
+ "role": "AXCell",
197
+ "description": "Create",
198
+ "role_description": "cell",
199
+ "value": "None",
200
+ "children": [
201
+ {
202
+ "name": "None",
203
+ "role": "AXButton",
204
+ "description": "Create",
205
+ "role_description": "button",
206
+ "value": "None",
207
+ "children": [],
208
+ "bbox": [
209
+ 0,
210
+ 340,
211
+ 440,
212
+ 72
213
+ ],
214
+ "visible_bbox": [
215
+ 0,
216
+ 340,
217
+ 440,
218
+ 72
219
+ ]
220
+ }
221
+ ],
222
+ "bbox": [
223
+ 20,
224
+ 340,
225
+ 400,
226
+ 72
227
+ ],
228
+ "visible_bbox": [
229
+ 20,
230
+ 340,
231
+ 400,
232
+ 72
233
+ ]
234
+ }
235
+ ],
236
+ "bbox": [
237
+ 0,
238
+ 340,
239
+ 440,
240
+ 72
241
+ ],
242
+ "visible_bbox": [
243
+ 0,
244
+ 340,
245
+ 440,
246
+ 72
247
+ ]
248
+ },
249
+ {
250
+ "name": "None",
251
+ "role": "AXRow",
252
+ "description": "None",
253
+ "role_description": "outline row",
254
+ "value": "None",
255
+ "children": [
256
+ {
257
+ "name": "None",
258
+ "role": "AXCell",
259
+ "description": "Work",
260
+ "role_description": "cell",
261
+ "value": "None",
262
+ "children": [
263
+ {
264
+ "name": "None",
265
+ "role": "AXButton",
266
+ "description": "Work",
267
+ "role_description": "button",
268
+ "value": "None",
269
+ "children": [],
270
+ "bbox": [
271
+ 0,
272
+ 412,
273
+ 440,
274
+ 72
275
+ ],
276
+ "visible_bbox": [
277
+ 0,
278
+ 412,
279
+ 440,
280
+ 72
281
+ ]
282
+ }
283
+ ],
284
+ "bbox": [
285
+ 20,
286
+ 412,
287
+ 400,
288
+ 72
289
+ ],
290
+ "visible_bbox": [
291
+ 20,
292
+ 412,
293
+ 400,
294
+ 72
295
+ ]
296
+ }
297
+ ],
298
+ "bbox": [
299
+ 0,
300
+ 412,
301
+ 440,
302
+ 72
303
+ ],
304
+ "visible_bbox": [
305
+ 0,
306
+ 412,
307
+ 440,
308
+ 72
309
+ ]
310
+ },
311
+ {
312
+ "name": "None",
313
+ "role": "AXRow",
314
+ "description": "None",
315
+ "role_description": "outline row",
316
+ "value": "None",
317
+ "children": [
318
+ {
319
+ "name": "None",
320
+ "role": "AXCell",
321
+ "description": "Play",
322
+ "role_description": "cell",
323
+ "value": "None",
324
+ "children": [
325
+ {
326
+ "name": "None",
327
+ "role": "AXButton",
328
+ "description": "Play",
329
+ "role_description": "button",
330
+ "value": "None",
331
+ "children": [],
332
+ "bbox": [
333
+ 0,
334
+ 484,
335
+ 440,
336
+ 72
337
+ ],
338
+ "visible_bbox": [
339
+ 0,
340
+ 484,
341
+ 440,
342
+ 72
343
+ ]
344
+ }
345
+ ],
346
+ "bbox": [
347
+ 20,
348
+ 484,
349
+ 400,
350
+ 72
351
+ ],
352
+ "visible_bbox": [
353
+ 20,
354
+ 484,
355
+ 400,
356
+ 72
357
+ ]
358
+ }
359
+ ],
360
+ "bbox": [
361
+ 0,
362
+ 484,
363
+ 440,
364
+ 72
365
+ ],
366
+ "visible_bbox": [
367
+ 0,
368
+ 484,
369
+ 440,
370
+ 72
371
+ ]
372
+ },
373
+ {
374
+ "name": "None",
375
+ "role": "AXRow",
376
+ "description": "None",
377
+ "role_description": "outline row",
378
+ "value": "None",
379
+ "children": [
380
+ {
381
+ "name": "None",
382
+ "role": "AXCell",
383
+ "description": "Develop",
384
+ "role_description": "cell",
385
+ "value": "None",
386
+ "children": [
387
+ {
388
+ "name": "None",
389
+ "role": "AXButton",
390
+ "description": "Develop",
391
+ "role_description": "button",
392
+ "value": "None",
393
+ "children": [],
394
+ "bbox": [
395
+ 0,
396
+ 556,
397
+ 440,
398
+ 72
399
+ ],
400
+ "visible_bbox": [
401
+ 0,
402
+ 556,
403
+ 440,
404
+ 72
405
+ ]
406
+ }
407
+ ],
408
+ "bbox": [
409
+ 20,
410
+ 556,
411
+ 400,
412
+ 72
413
+ ],
414
+ "visible_bbox": [
415
+ 20,
416
+ 556,
417
+ 400,
418
+ 72
419
+ ]
420
+ }
421
+ ],
422
+ "bbox": [
423
+ 0,
424
+ 556,
425
+ 440,
426
+ 72
427
+ ],
428
+ "visible_bbox": [
429
+ 0,
430
+ 556,
431
+ 440,
432
+ 72
433
+ ]
434
+ },
435
+ {
436
+ "name": "None",
437
+ "role": "AXRow",
438
+ "description": "None",
439
+ "role_description": "outline row",
440
+ "value": "None",
441
+ "children": [
442
+ {
443
+ "name": "None",
444
+ "role": "AXCell",
445
+ "description": "Categories",
446
+ "role_description": "cell",
447
+ "value": "None",
448
+ "children": [
449
+ {
450
+ "name": "None",
451
+ "role": "AXButton",
452
+ "description": "Categories",
453
+ "role_description": "button",
454
+ "value": "None",
455
+ "children": [],
456
+ "bbox": [
457
+ 0,
458
+ 628,
459
+ 440,
460
+ 72
461
+ ],
462
+ "visible_bbox": [
463
+ 0,
464
+ 628,
465
+ 440,
466
+ 72
467
+ ]
468
+ }
469
+ ],
470
+ "bbox": [
471
+ 20,
472
+ 628,
473
+ 400,
474
+ 72
475
+ ],
476
+ "visible_bbox": [
477
+ 20,
478
+ 628,
479
+ 400,
480
+ 72
481
+ ]
482
+ }
483
+ ],
484
+ "bbox": [
485
+ 0,
486
+ 628,
487
+ 440,
488
+ 72
489
+ ],
490
+ "visible_bbox": [
491
+ 0,
492
+ 628,
493
+ 440,
494
+ 72
495
+ ]
496
+ },
497
+ {
498
+ "name": "None",
499
+ "role": "AXRow",
500
+ "description": "None",
501
+ "role_description": "outline row",
502
+ "value": "None",
503
+ "children": [
504
+ {
505
+ "name": "None",
506
+ "role": "AXCell",
507
+ "description": "Updates, 5 available",
508
+ "role_description": "cell",
509
+ "value": "None",
510
+ "children": [
511
+ {
512
+ "name": "None",
513
+ "role": "AXButton",
514
+ "description": "Updates, 5 available",
515
+ "role_description": "button",
516
+ "value": "None",
517
+ "children": [],
518
+ "bbox": [
519
+ 0,
520
+ 700,
521
+ 440,
522
+ 72
523
+ ],
524
+ "visible_bbox": [
525
+ 0,
526
+ 700,
527
+ 440,
528
+ 72
529
+ ]
530
+ }
531
+ ],
532
+ "bbox": [
533
+ 20,
534
+ 700,
535
+ 400,
536
+ 72
537
+ ],
538
+ "visible_bbox": [
539
+ 20,
540
+ 700,
541
+ 400,
542
+ 72
543
+ ]
544
+ }
545
+ ],
546
+ "bbox": [
547
+ 0,
548
+ 700,
549
+ 440,
550
+ 72
551
+ ],
552
+ "visible_bbox": [
553
+ 0,
554
+ 700,
555
+ 440,
556
+ 72
557
+ ]
558
+ },
559
+ {
560
+ "name": "None",
561
+ "role": "AXColumn",
562
+ "description": "None",
563
+ "role_description": "column",
564
+ "value": "None",
565
+ "children": [],
566
+ "bbox": [
567
+ 20,
568
+ 176,
569
+ 400,
570
+ 1160
571
+ ],
572
+ "visible_bbox": [
573
+ 20,
574
+ 176,
575
+ 400,
576
+ 1160
577
+ ]
578
+ },
579
+ {
580
+ "name": "None",
581
+ "role": "AXGroup",
582
+ "description": "None",
583
+ "role_description": "group",
584
+ "value": "None",
585
+ "children": [
586
+ {
587
+ "name": "Field",
588
+ "role": "AXButton",
589
+ "description": "None",
590
+ "role_description": "sort button",
591
+ "value": "None",
592
+ "children": [],
593
+ "bbox": [
594
+ -332,
595
+ 1764,
596
+ 400,
597
+ 56
598
+ ],
599
+ "visible_bbox": null
600
+ }
601
+ ],
602
+ "bbox": [
603
+ -332,
604
+ 1764,
605
+ 440,
606
+ 56
607
+ ],
608
+ "visible_bbox": null
609
+ }
610
+ ],
611
+ "bbox": [
612
+ 0,
613
+ 176,
614
+ 440,
615
+ 1160
616
+ ],
617
+ "visible_bbox": [
618
+ 0,
619
+ 176,
620
+ 440,
621
+ 1160
622
+ ]
623
+ },
624
+ {
625
+ "name": "Mariya Hirna",
626
+ "role": "AXButton",
627
+ "description": "Mariya Hirna",
628
+ "role_description": "button",
629
+ "value": "None",
630
+ "children": [
631
+ {
632
+ "name": "None",
633
+ "role": "AXImage",
634
+ "description": "",
635
+ "role_description": "image",
636
+ "value": "None",
637
+ "children": [],
638
+ "bbox": [
639
+ 20,
640
+ 1356,
641
+ 72,
642
+ 72
643
+ ],
644
+ "visible_bbox": [
645
+ 20,
646
+ 1356,
647
+ 72,
648
+ 72
649
+ ]
650
+ },
651
+ {
652
+ "name": "None",
653
+ "role": "AXStaticText",
654
+ "description": "None",
655
+ "role_description": "text",
656
+ "value": "Mariya Hirna",
657
+ "children": [],
658
+ "bbox": [
659
+ 104,
660
+ 1376,
661
+ 168,
662
+ 32
663
+ ],
664
+ "visible_bbox": [
665
+ 104,
666
+ 1376,
667
+ 168,
668
+ 32
669
+ ]
670
+ }
671
+ ],
672
+ "bbox": [
673
+ 0,
674
+ 1336,
675
+ 440,
676
+ 112
677
+ ],
678
+ "visible_bbox": [
679
+ 0,
680
+ 1336,
681
+ 440,
682
+ 112
683
+ ]
684
+ },
685
+ {
686
+ "name": "None",
687
+ "role": "AXScrollArea",
688
+ "description": "None",
689
+ "role_description": "scroll area",
690
+ "value": "None",
691
+ "children": [
692
+ {
693
+ "name": "None",
694
+ "role": "AXList",
695
+ "description": "Details",
696
+ "role_description": "collection",
697
+ "value": "None",
698
+ "children": [
699
+ {
700
+ "name": "None",
701
+ "role": "AXList",
702
+ "description": "Available",
703
+ "role_description": "section",
704
+ "value": "None",
705
+ "children": [
706
+ {
707
+ "name": "None",
708
+ "role": "AXStaticText",
709
+ "description": "Available",
710
+ "role_description": "text",
711
+ "value": "None",
712
+ "children": [],
713
+ "bbox": [
714
+ 442,
715
+ 218,
716
+ 1918,
717
+ 106
718
+ ],
719
+ "visible_bbox": [
720
+ 442,
721
+ 218,
722
+ 1918,
723
+ 106
724
+ ]
725
+ },
726
+ {
727
+ "name": "None",
728
+ "role": "AXGroup",
729
+ "description": "None",
730
+ "role_description": "group",
731
+ "value": "None",
732
+ "children": [
733
+ {
734
+ "name": "None",
735
+ "role": "AXImage",
736
+ "description": "Artwork",
737
+ "role_description": "image",
738
+ "value": "None",
739
+ "children": [],
740
+ "bbox": [
741
+ 522,
742
+ 326,
743
+ 100,
744
+ 100
745
+ ],
746
+ "visible_bbox": [
747
+ 522,
748
+ 326,
749
+ 100,
750
+ 100
751
+ ]
752
+ },
753
+ {
754
+ "name": "None",
755
+ "role": "AXStaticText",
756
+ "description": "None",
757
+ "role_description": "text",
758
+ "value": "GarageBand",
759
+ "children": [],
760
+ "bbox": [
761
+ 646,
762
+ 338,
763
+ 168,
764
+ 34
765
+ ],
766
+ "visible_bbox": [
767
+ 646,
768
+ 338,
769
+ 168,
770
+ 34
771
+ ]
772
+ },
773
+ {
774
+ "name": "None",
775
+ "role": "AXStaticText",
776
+ "description": "None",
777
+ "role_description": "text",
778
+ "value": "5 Dec 2023",
779
+ "children": [],
780
+ "bbox": [
781
+ 646,
782
+ 378,
783
+ 142,
784
+ 30
785
+ ],
786
+ "visible_bbox": [
787
+ 646,
788
+ 378,
789
+ 142,
790
+ 30
791
+ ]
792
+ },
793
+ {
794
+ "name": "Update",
795
+ "role": "AXButton",
796
+ "description": "Update",
797
+ "role_description": "button",
798
+ "value": "None",
799
+ "children": [],
800
+ "bbox": [
801
+ 1244,
802
+ 324,
803
+ 136,
804
+ 104
805
+ ],
806
+ "visible_bbox": [
807
+ 1244,
808
+ 324,
809
+ 136,
810
+ 104
811
+ ]
812
+ },
813
+ {
814
+ "name": "None",
815
+ "role": "AXStaticText",
816
+ "description": "None",
817
+ "role_description": "text",
818
+ "value": "This update includes stability improvements and bug fixes",
819
+ "children": [
820
+ {
821
+ "name": "None",
822
+ "role": "AXStaticText",
823
+ "description": "None",
824
+ "role_description": "text",
825
+ "value": "This update includes stability improvements and bug fixes",
826
+ "children": [],
827
+ "bbox": [
828
+ 522,
829
+ 464,
830
+ 858,
831
+ 38
832
+ ],
833
+ "visible_bbox": [
834
+ 522,
835
+ 464,
836
+ 858,
837
+ 38
838
+ ]
839
+ }
840
+ ],
841
+ "bbox": [
842
+ 522,
843
+ 464,
844
+ 858,
845
+ 38
846
+ ],
847
+ "visible_bbox": [
848
+ 522,
849
+ 464,
850
+ 858,
851
+ 38
852
+ ]
853
+ },
854
+ {
855
+ "name": "None",
856
+ "role": "AXStaticText",
857
+ "description": "None",
858
+ "role_description": "text",
859
+ "value": "5 Dec 2023",
860
+ "children": [],
861
+ "bbox": [
862
+ 522,
863
+ 538,
864
+ 858,
865
+ 38
866
+ ],
867
+ "visible_bbox": [
868
+ 522,
869
+ 538,
870
+ 858,
871
+ 38
872
+ ]
873
+ }
874
+ ],
875
+ "bbox": [
876
+ 522,
877
+ 324,
878
+ 858,
879
+ 216
880
+ ],
881
+ "visible_bbox": [
882
+ 522,
883
+ 324,
884
+ 858,
885
+ 216
886
+ ]
887
+ },
888
+ {
889
+ "name": "None",
890
+ "role": "AXGroup",
891
+ "description": "None",
892
+ "role_description": "group",
893
+ "value": "None",
894
+ "children": [
895
+ {
896
+ "name": "None",
897
+ "role": "AXImage",
898
+ "description": "Artwork",
899
+ "role_description": "image",
900
+ "value": "None",
901
+ "children": [],
902
+ "bbox": [
903
+ 1422,
904
+ 326,
905
+ 100,
906
+ 100
907
+ ],
908
+ "visible_bbox": [
909
+ 1422,
910
+ 326,
911
+ 100,
912
+ 100
913
+ ]
914
+ },
915
+ {
916
+ "name": "None",
917
+ "role": "AXStaticText",
918
+ "description": "None",
919
+ "role_description": "text",
920
+ "value": "iMovie",
921
+ "children": [],
922
+ "bbox": [
923
+ 1546,
924
+ 338,
925
+ 92,
926
+ 34
927
+ ],
928
+ "visible_bbox": [
929
+ 1546,
930
+ 338,
931
+ 92,
932
+ 34
933
+ ]
934
+ },
935
+ {
936
+ "name": "None",
937
+ "role": "AXStaticText",
938
+ "description": "None",
939
+ "role_description": "text",
940
+ "value": "30 Nov 2023",
941
+ "children": [],
942
+ "bbox": [
943
+ 1546,
944
+ 378,
945
+ 156,
946
+ 30
947
+ ],
948
+ "visible_bbox": [
949
+ 1546,
950
+ 378,
951
+ 156,
952
+ 30
953
+ ]
954
+ },
955
+ {
956
+ "name": "Update",
957
+ "role": "AXButton",
958
+ "description": "Update",
959
+ "role_description": "button",
960
+ "value": "None",
961
+ "children": [],
962
+ "bbox": [
963
+ 2144,
964
+ 324,
965
+ 136,
966
+ 104
967
+ ],
968
+ "visible_bbox": [
969
+ 2144,
970
+ 324,
971
+ 136,
972
+ 104
973
+ ]
974
+ },
975
+ {
976
+ "name": "None",
977
+ "role": "AXStaticText",
978
+ "description": "None",
979
+ "role_description": "text",
980
+ "value": "\u2022 Export HEVC and H.264 files faster by simultaneously processing video segments across available media engines (requires macOS Sonoma or later and a Mac with Apple M1 Max, M1 Ultra, M2 Max, M2 Ultra or M3 Max).",
981
+ "children": [
982
+ {
983
+ "name": "None",
984
+ "role": "AXStaticText",
985
+ "description": "None",
986
+ "role_description": "text",
987
+ "value": "\u2022 Export HEVC and H.264 files faster by simultaneously processing video segments across available media engines (requires macOS Sonoma or later and a Mac with Apple M1 Max, M1 Ultra, M2 Max, M2 Ultra or M3 Max).",
988
+ "children": [],
989
+ "bbox": [
990
+ 1422,
991
+ 464,
992
+ 858,
993
+ 76
994
+ ],
995
+ "visible_bbox": [
996
+ 1422,
997
+ 464,
998
+ 858,
999
+ 76
1000
+ ]
1001
+ }
1002
+ ],
1003
+ "bbox": [
1004
+ 1422,
1005
+ 464,
1006
+ 858,
1007
+ 76
1008
+ ],
1009
+ "visible_bbox": [
1010
+ 1422,
1011
+ 464,
1012
+ 858,
1013
+ 76
1014
+ ]
1015
+ },
1016
+ {
1017
+ "name": "None",
1018
+ "role": "AXStaticText",
1019
+ "description": "None",
1020
+ "role_description": "text",
1021
+ "value": "30 Nov 2023",
1022
+ "children": [],
1023
+ "bbox": [
1024
+ 1422,
1025
+ 576,
1026
+ 858,
1027
+ 38
1028
+ ],
1029
+ "visible_bbox": [
1030
+ 1422,
1031
+ 576,
1032
+ 858,
1033
+ 38
1034
+ ]
1035
+ }
1036
+ ],
1037
+ "bbox": [
1038
+ 1422,
1039
+ 324,
1040
+ 858,
1041
+ 216
1042
+ ],
1043
+ "visible_bbox": [
1044
+ 1422,
1045
+ 324,
1046
+ 858,
1047
+ 216
1048
+ ]
1049
+ },
1050
+ {
1051
+ "name": "None",
1052
+ "role": "AXGroup",
1053
+ "description": "None",
1054
+ "role_description": "group",
1055
+ "value": "None",
1056
+ "children": [
1057
+ {
1058
+ "name": "None",
1059
+ "role": "AXImage",
1060
+ "description": "Artwork",
1061
+ "role_description": "image",
1062
+ "value": "None",
1063
+ "children": [],
1064
+ "bbox": [
1065
+ 522,
1066
+ 616,
1067
+ 100,
1068
+ 100
1069
+ ],
1070
+ "visible_bbox": [
1071
+ 522,
1072
+ 616,
1073
+ 100,
1074
+ 100
1075
+ ]
1076
+ },
1077
+ {
1078
+ "name": "None",
1079
+ "role": "AXStaticText",
1080
+ "description": "None",
1081
+ "role_description": "text",
1082
+ "value": "Keynote",
1083
+ "children": [],
1084
+ "bbox": [
1085
+ 646,
1086
+ 628,
1087
+ 114,
1088
+ 34
1089
+ ],
1090
+ "visible_bbox": [
1091
+ 646,
1092
+ 628,
1093
+ 114,
1094
+ 34
1095
+ ]
1096
+ },
1097
+ {
1098
+ "name": "None",
1099
+ "role": "AXStaticText",
1100
+ "description": "None",
1101
+ "role_description": "text",
1102
+ "value": "21 Sep 2023",
1103
+ "children": [],
1104
+ "bbox": [
1105
+ 646,
1106
+ 668,
1107
+ 150,
1108
+ 30
1109
+ ],
1110
+ "visible_bbox": [
1111
+ 646,
1112
+ 668,
1113
+ 150,
1114
+ 30
1115
+ ]
1116
+ },
1117
+ {
1118
+ "name": "Update",
1119
+ "role": "AXButton",
1120
+ "description": "Update",
1121
+ "role_description": "button",
1122
+ "value": "None",
1123
+ "children": [],
1124
+ "bbox": [
1125
+ 1244,
1126
+ 614,
1127
+ 136,
1128
+ 104
1129
+ ],
1130
+ "visible_bbox": [
1131
+ 1244,
1132
+ 614,
1133
+ 136,
1134
+ 104
1135
+ ]
1136
+ },
1137
+ {
1138
+ "name": "None",
1139
+ "role": "AXStaticText",
1140
+ "description": "None",
1141
+ "role_description": "text",
1142
+ "value": "\u2022 Bring new dimension to your presentations with 3D objects in USDZ format\n\u2022 Play embedded animations within USDZ files or use Magic Move to animate 3D objects across slides \n\u2022 Add motion to your presentation with new dynamic themes and live video slide layouts\n\u2022 Remove external borders on charts imported from Microsoft Office files",
1143
+ "children": [
1144
+ {
1145
+ "name": "None",
1146
+ "role": "AXStaticText",
1147
+ "description": "None",
1148
+ "role_description": "text",
1149
+ "value": "\u2022 Bring new dimension to your presentations with 3D objects in USDZ format\n\u2022 Play embedded animations within USDZ files or use Magic Move to animate 3D objects across slides \n\u2022 Add motion to your presentation with new dynamic themes and live video slide layouts\n\u2022 Remove external borders on charts imported from Microsoft Office files",
1150
+ "children": [],
1151
+ "bbox": [
1152
+ 522,
1153
+ 754,
1154
+ 858,
1155
+ 76
1156
+ ],
1157
+ "visible_bbox": [
1158
+ 522,
1159
+ 754,
1160
+ 858,
1161
+ 76
1162
+ ]
1163
+ }
1164
+ ],
1165
+ "bbox": [
1166
+ 522,
1167
+ 754,
1168
+ 858,
1169
+ 76
1170
+ ],
1171
+ "visible_bbox": [
1172
+ 522,
1173
+ 754,
1174
+ 858,
1175
+ 76
1176
+ ]
1177
+ },
1178
+ {
1179
+ "name": "None",
1180
+ "role": "AXStaticText",
1181
+ "description": "None",
1182
+ "role_description": "text",
1183
+ "value": "21 Sep 2023",
1184
+ "children": [],
1185
+ "bbox": [
1186
+ 522,
1187
+ 866,
1188
+ 858,
1189
+ 38
1190
+ ],
1191
+ "visible_bbox": [
1192
+ 522,
1193
+ 866,
1194
+ 858,
1195
+ 38
1196
+ ]
1197
+ }
1198
+ ],
1199
+ "bbox": [
1200
+ 522,
1201
+ 614,
1202
+ 858,
1203
+ 216
1204
+ ],
1205
+ "visible_bbox": [
1206
+ 522,
1207
+ 614,
1208
+ 858,
1209
+ 216
1210
+ ]
1211
+ },
1212
+ {
1213
+ "name": "None",
1214
+ "role": "AXGroup",
1215
+ "description": "None",
1216
+ "role_description": "group",
1217
+ "value": "None",
1218
+ "children": [
1219
+ {
1220
+ "name": "None",
1221
+ "role": "AXImage",
1222
+ "description": "Artwork",
1223
+ "role_description": "image",
1224
+ "value": "None",
1225
+ "children": [],
1226
+ "bbox": [
1227
+ 1422,
1228
+ 616,
1229
+ 100,
1230
+ 100
1231
+ ],
1232
+ "visible_bbox": [
1233
+ 1422,
1234
+ 616,
1235
+ 100,
1236
+ 100
1237
+ ]
1238
+ },
1239
+ {
1240
+ "name": "None",
1241
+ "role": "AXStaticText",
1242
+ "description": "None",
1243
+ "role_description": "text",
1244
+ "value": "Numbers",
1245
+ "children": [],
1246
+ "bbox": [
1247
+ 1546,
1248
+ 628,
1249
+ 126,
1250
+ 34
1251
+ ],
1252
+ "visible_bbox": [
1253
+ 1546,
1254
+ 628,
1255
+ 126,
1256
+ 34
1257
+ ]
1258
+ },
1259
+ {
1260
+ "name": "None",
1261
+ "role": "AXStaticText",
1262
+ "description": "None",
1263
+ "role_description": "text",
1264
+ "value": "21 Sep 2023",
1265
+ "children": [],
1266
+ "bbox": [
1267
+ 1546,
1268
+ 668,
1269
+ 150,
1270
+ 30
1271
+ ],
1272
+ "visible_bbox": [
1273
+ 1546,
1274
+ 668,
1275
+ 150,
1276
+ 30
1277
+ ]
1278
+ },
1279
+ {
1280
+ "name": "Update",
1281
+ "role": "AXButton",
1282
+ "description": "Update",
1283
+ "role_description": "button",
1284
+ "value": "None",
1285
+ "children": [],
1286
+ "bbox": [
1287
+ 2144,
1288
+ 614,
1289
+ 136,
1290
+ 104
1291
+ ],
1292
+ "visible_bbox": [
1293
+ 2144,
1294
+ 614,
1295
+ 136,
1296
+ 104
1297
+ ]
1298
+ },
1299
+ {
1300
+ "name": "None",
1301
+ "role": "AXStaticText",
1302
+ "description": "None",
1303
+ "role_description": "text",
1304
+ "value": "\u2022 Bring new dimension to your spreadsheets with 3D objects in USDZ format\n\u2022 Remove external borders on charts imported from Microsoft Office files",
1305
+ "children": [
1306
+ {
1307
+ "name": "None",
1308
+ "role": "AXStaticText",
1309
+ "description": "None",
1310
+ "role_description": "text",
1311
+ "value": "\u2022 Bring new dimension to your spreadsheets with 3D objects in USDZ format\n\u2022 Remove external borders on charts imported from Microsoft Office files",
1312
+ "children": [],
1313
+ "bbox": [
1314
+ 1422,
1315
+ 754,
1316
+ 858,
1317
+ 76
1318
+ ],
1319
+ "visible_bbox": [
1320
+ 1422,
1321
+ 754,
1322
+ 858,
1323
+ 76
1324
+ ]
1325
+ }
1326
+ ],
1327
+ "bbox": [
1328
+ 1422,
1329
+ 754,
1330
+ 858,
1331
+ 76
1332
+ ],
1333
+ "visible_bbox": [
1334
+ 1422,
1335
+ 754,
1336
+ 858,
1337
+ 76
1338
+ ]
1339
+ },
1340
+ {
1341
+ "name": "None",
1342
+ "role": "AXStaticText",
1343
+ "description": "None",
1344
+ "role_description": "text",
1345
+ "value": "21 Sep 2023",
1346
+ "children": [],
1347
+ "bbox": [
1348
+ 1422,
1349
+ 866,
1350
+ 858,
1351
+ 38
1352
+ ],
1353
+ "visible_bbox": [
1354
+ 1422,
1355
+ 866,
1356
+ 858,
1357
+ 38
1358
+ ]
1359
+ }
1360
+ ],
1361
+ "bbox": [
1362
+ 1422,
1363
+ 614,
1364
+ 858,
1365
+ 216
1366
+ ],
1367
+ "visible_bbox": [
1368
+ 1422,
1369
+ 614,
1370
+ 858,
1371
+ 216
1372
+ ]
1373
+ },
1374
+ {
1375
+ "name": "None",
1376
+ "role": "AXGroup",
1377
+ "description": "None",
1378
+ "role_description": "group",
1379
+ "value": "None",
1380
+ "children": [
1381
+ {
1382
+ "name": "None",
1383
+ "role": "AXImage",
1384
+ "description": "Artwork",
1385
+ "role_description": "image",
1386
+ "value": "None",
1387
+ "children": [],
1388
+ "bbox": [
1389
+ 522,
1390
+ 906,
1391
+ 100,
1392
+ 100
1393
+ ],
1394
+ "visible_bbox": [
1395
+ 522,
1396
+ 906,
1397
+ 100,
1398
+ 100
1399
+ ]
1400
+ },
1401
+ {
1402
+ "name": "None",
1403
+ "role": "AXStaticText",
1404
+ "description": "None",
1405
+ "role_description": "text",
1406
+ "value": "Pages",
1407
+ "children": [],
1408
+ "bbox": [
1409
+ 646,
1410
+ 918,
1411
+ 88,
1412
+ 34
1413
+ ],
1414
+ "visible_bbox": [
1415
+ 646,
1416
+ 918,
1417
+ 88,
1418
+ 34
1419
+ ]
1420
+ },
1421
+ {
1422
+ "name": "None",
1423
+ "role": "AXStaticText",
1424
+ "description": "None",
1425
+ "role_description": "text",
1426
+ "value": "21 Sep 2023",
1427
+ "children": [],
1428
+ "bbox": [
1429
+ 646,
1430
+ 958,
1431
+ 150,
1432
+ 30
1433
+ ],
1434
+ "visible_bbox": [
1435
+ 646,
1436
+ 958,
1437
+ 150,
1438
+ 30
1439
+ ]
1440
+ },
1441
+ {
1442
+ "name": "Update",
1443
+ "role": "AXButton",
1444
+ "description": "Update",
1445
+ "role_description": "button",
1446
+ "value": "None",
1447
+ "children": [],
1448
+ "bbox": [
1449
+ 1244,
1450
+ 904,
1451
+ 136,
1452
+ 104
1453
+ ],
1454
+ "visible_bbox": [
1455
+ 1244,
1456
+ 904,
1457
+ 136,
1458
+ 104
1459
+ ]
1460
+ },
1461
+ {
1462
+ "name": "None",
1463
+ "role": "AXStaticText",
1464
+ "description": "None",
1465
+ "role_description": "text",
1466
+ "value": "\u2022 Bring new dimension to your documents with 3D objects in USDZ format\n\u2022 Use the new Minimalist Report template featuring elegant typography, colours and layout\n\u2022 Style paragraphs with new options for borders\n\u2022 Remove external borders on charts imported from Microsoft Office files",
1467
+ "children": [
1468
+ {
1469
+ "name": "None",
1470
+ "role": "AXStaticText",
1471
+ "description": "None",
1472
+ "role_description": "text",
1473
+ "value": "\u2022 Bring new dimension to your documents with 3D objects in USDZ format\n\u2022 Use the new Minimalist Report template featuring elegant typography, colours and layout\n\u2022 Style paragraphs with new options for borders\n\u2022 Remove external borders on charts imported from Microsoft Office files",
1474
+ "children": [],
1475
+ "bbox": [
1476
+ 522,
1477
+ 1044,
1478
+ 858,
1479
+ 76
1480
+ ],
1481
+ "visible_bbox": [
1482
+ 522,
1483
+ 1044,
1484
+ 858,
1485
+ 76
1486
+ ]
1487
+ }
1488
+ ],
1489
+ "bbox": [
1490
+ 522,
1491
+ 1044,
1492
+ 858,
1493
+ 76
1494
+ ],
1495
+ "visible_bbox": [
1496
+ 522,
1497
+ 1044,
1498
+ 858,
1499
+ 76
1500
+ ]
1501
+ },
1502
+ {
1503
+ "name": "None",
1504
+ "role": "AXStaticText",
1505
+ "description": "None",
1506
+ "role_description": "text",
1507
+ "value": "21 Sep 2023",
1508
+ "children": [],
1509
+ "bbox": [
1510
+ 522,
1511
+ 1156,
1512
+ 858,
1513
+ 38
1514
+ ],
1515
+ "visible_bbox": [
1516
+ 522,
1517
+ 1156,
1518
+ 858,
1519
+ 38
1520
+ ]
1521
+ }
1522
+ ],
1523
+ "bbox": [
1524
+ 522,
1525
+ 904,
1526
+ 858,
1527
+ 216
1528
+ ],
1529
+ "visible_bbox": [
1530
+ 522,
1531
+ 904,
1532
+ 858,
1533
+ 216
1534
+ ]
1535
+ }
1536
+ ],
1537
+ "bbox": [
1538
+ 442,
1539
+ 218,
1540
+ 1918,
1541
+ 902
1542
+ ],
1543
+ "visible_bbox": [
1544
+ 442,
1545
+ 218,
1546
+ 1918,
1547
+ 902
1548
+ ]
1549
+ },
1550
+ {
1551
+ "name": "None",
1552
+ "role": "AXList",
1553
+ "description": "None",
1554
+ "role_description": "section",
1555
+ "value": "None",
1556
+ "children": [],
1557
+ "bbox": [
1558
+ 442,
1559
+ 218,
1560
+ 0,
1561
+ 0
1562
+ ],
1563
+ "visible_bbox": null
1564
+ }
1565
+ ],
1566
+ "bbox": [
1567
+ 442,
1568
+ 218,
1569
+ 1918,
1570
+ 1230
1571
+ ],
1572
+ "visible_bbox": [
1573
+ 442,
1574
+ 218,
1575
+ 1918,
1576
+ 1230
1577
+ ]
1578
+ },
1579
+ {
1580
+ "name": "None",
1581
+ "role": "AXScrollBar",
1582
+ "description": "None",
1583
+ "role_description": "scroll bar",
1584
+ "value": "0.0",
1585
+ "children": [],
1586
+ "bbox": [
1587
+ 2328,
1588
+ 0,
1589
+ 32,
1590
+ 1448
1591
+ ],
1592
+ "visible_bbox": [
1593
+ 2328,
1594
+ 0,
1595
+ 32,
1596
+ 1448
1597
+ ]
1598
+ }
1599
+ ],
1600
+ "bbox": [
1601
+ 442,
1602
+ 218,
1603
+ 1918,
1604
+ 1230
1605
+ ],
1606
+ "visible_bbox": [
1607
+ 442,
1608
+ 218,
1609
+ 1918,
1610
+ 1230
1611
+ ]
1612
+ },
1613
+ {
1614
+ "name": "None",
1615
+ "role": "AXToolbar",
1616
+ "description": "None",
1617
+ "role_description": "toolbar",
1618
+ "value": "None",
1619
+ "children": [
1620
+ {
1621
+ "name": "None",
1622
+ "role": "AXStaticText",
1623
+ "description": "None",
1624
+ "role_description": "text",
1625
+ "value": "Updates",
1626
+ "children": [],
1627
+ "bbox": [
1628
+ 522,
1629
+ 118,
1630
+ 270,
1631
+ 80
1632
+ ],
1633
+ "visible_bbox": [
1634
+ 522,
1635
+ 118,
1636
+ 270,
1637
+ 80
1638
+ ]
1639
+ },
1640
+ {
1641
+ "name": "Update All",
1642
+ "role": "AXButton",
1643
+ "description": "None",
1644
+ "role_description": "button",
1645
+ "value": "None",
1646
+ "children": [],
1647
+ "bbox": [
1648
+ 2120,
1649
+ 154,
1650
+ 160,
1651
+ 38
1652
+ ],
1653
+ "visible_bbox": [
1654
+ 2120,
1655
+ 154,
1656
+ 160,
1657
+ 38
1658
+ ]
1659
+ }
1660
+ ],
1661
+ "bbox": [
1662
+ 442,
1663
+ 0,
1664
+ 1918,
1665
+ 218
1666
+ ],
1667
+ "visible_bbox": [
1668
+ 442,
1669
+ 0,
1670
+ 1918,
1671
+ 218
1672
+ ]
1673
+ }
1674
+ ],
1675
+ "bbox": [
1676
+ 0,
1677
+ 0,
1678
+ 2360,
1679
+ 1448
1680
+ ],
1681
+ "visible_bbox": [
1682
+ 0,
1683
+ 0,
1684
+ 2360,
1685
+ 1448
1686
+ ]
1687
+ },
1688
+ {
1689
+ "name": "None",
1690
+ "role": "AXButton",
1691
+ "description": "None",
1692
+ "role_description": "close button",
1693
+ "value": "None",
1694
+ "children": [],
1695
+ "bbox": [
1696
+ 38,
1697
+ 36,
1698
+ 28,
1699
+ 32
1700
+ ],
1701
+ "visible_bbox": [
1702
+ 38,
1703
+ 36,
1704
+ 28,
1705
+ 32
1706
+ ]
1707
+ },
1708
+ {
1709
+ "name": "None",
1710
+ "role": "AXButton",
1711
+ "description": "None",
1712
+ "role_description": "full screen button",
1713
+ "value": "None",
1714
+ "children": [
1715
+ {
1716
+ "name": "None",
1717
+ "role": "AXGroup",
1718
+ "description": "None",
1719
+ "role_description": "group",
1720
+ "value": "None",
1721
+ "children": [
1722
+ {
1723
+ "name": "None",
1724
+ "role": "AXGroup",
1725
+ "description": "None",
1726
+ "role_description": "group",
1727
+ "value": "None",
1728
+ "children": [],
1729
+ "bbox": [
1730
+ 118,
1731
+ 38,
1732
+ 28,
1733
+ 32
1734
+ ],
1735
+ "visible_bbox": [
1736
+ 118,
1737
+ 38,
1738
+ 28,
1739
+ 32
1740
+ ]
1741
+ }
1742
+ ],
1743
+ "bbox": [
1744
+ 118,
1745
+ 36,
1746
+ 28,
1747
+ 32
1748
+ ],
1749
+ "visible_bbox": [
1750
+ 118,
1751
+ 36,
1752
+ 28,
1753
+ 32
1754
+ ]
1755
+ }
1756
+ ],
1757
+ "bbox": [
1758
+ 118,
1759
+ 36,
1760
+ 28,
1761
+ 32
1762
+ ],
1763
+ "visible_bbox": [
1764
+ 118,
1765
+ 36,
1766
+ 28,
1767
+ 32
1768
+ ]
1769
+ },
1770
+ {
1771
+ "name": "None",
1772
+ "role": "AXButton",
1773
+ "description": "None",
1774
+ "role_description": "minimise button",
1775
+ "value": "None",
1776
+ "children": [],
1777
+ "bbox": [
1778
+ 78,
1779
+ 36,
1780
+ 28,
1781
+ 32
1782
+ ],
1783
+ "visible_bbox": [
1784
+ 78,
1785
+ 36,
1786
+ 28,
1787
+ 32
1788
+ ]
1789
+ }
1790
+ ],
1791
+ "bbox": [
1792
+ 0,
1793
+ 0,
1794
+ 2360,
1795
+ 1448
1796
+ ],
1797
+ "visible_bbox": [
1798
+ 0,
1799
+ 0,
1800
+ 2360,
1801
+ 1448
1802
+ ]
1803
+ }
app_data/Bartender/1707227424/Bartender 5-1707227424.73.png ADDED

Git LFS Details

  • SHA256: b8bf939bd93a1c24bd07dfb0107afe1b76d8af88033a1dcfb01f99621d9c21b4
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
app_data/Bartender/1707227424/com.surteesstudios.Bartender-setapp.json ADDED
@@ -0,0 +1,585 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Window",
3
+ "role": "AXWindow",
4
+ "description": "None",
5
+ "role_description": "standard window",
6
+ "value": "None",
7
+ "children": [
8
+ {
9
+ "name": "None",
10
+ "role": "AXStaticText",
11
+ "description": "None",
12
+ "role_description": "text",
13
+ "value": "Bartender needs your permission to manage menu bar items. Follow these steps to grant access:",
14
+ "children": [],
15
+ "bbox": [
16
+ 36,
17
+ 180,
18
+ 1530,
19
+ 36
20
+ ],
21
+ "visible_bbox": [
22
+ 36,
23
+ 180,
24
+ 1530,
25
+ 36
26
+ ]
27
+ },
28
+ {
29
+ "name": "None",
30
+ "role": "AXStaticText",
31
+ "description": "None",
32
+ "role_description": "text",
33
+ "value": "macOS Permissions for Bartender",
34
+ "children": [],
35
+ "bbox": [
36
+ 368,
37
+ 70,
38
+ 868,
39
+ 68
40
+ ],
41
+ "visible_bbox": [
42
+ 368,
43
+ 70,
44
+ 868,
45
+ 68
46
+ ]
47
+ },
48
+ {
49
+ "name": "None",
50
+ "role": "AXGroup",
51
+ "description": "None",
52
+ "role_description": "group",
53
+ "value": "None",
54
+ "children": [
55
+ {
56
+ "name": "None",
57
+ "role": "AXGroup",
58
+ "description": "None",
59
+ "role_description": "group",
60
+ "value": "None",
61
+ "children": [
62
+ {
63
+ "name": "None",
64
+ "role": "AXImage",
65
+ "description": "AppIcon",
66
+ "role_description": "image",
67
+ "value": "None",
68
+ "children": [],
69
+ "bbox": [
70
+ 714,
71
+ 1066,
72
+ 50,
73
+ 50
74
+ ],
75
+ "visible_bbox": [
76
+ 714,
77
+ 1066,
78
+ 50,
79
+ 50
80
+ ]
81
+ },
82
+ {
83
+ "name": "None",
84
+ "role": "AXStaticText",
85
+ "description": "None",
86
+ "role_description": "text",
87
+ "value": "Bartender 5",
88
+ "children": [],
89
+ "bbox": [
90
+ 804,
91
+ 1072,
92
+ 152,
93
+ 32
94
+ ],
95
+ "visible_bbox": [
96
+ 804,
97
+ 1072,
98
+ 152,
99
+ 32
100
+ ]
101
+ },
102
+ {
103
+ "name": "None",
104
+ "role": "AXButton",
105
+ "description": "None",
106
+ "role_description": "switch",
107
+ "value": "1",
108
+ "children": [],
109
+ "bbox": [
110
+ 1380,
111
+ 1076,
112
+ 56,
113
+ 32
114
+ ],
115
+ "visible_bbox": [
116
+ 1380,
117
+ 1076,
118
+ 56,
119
+ 32
120
+ ]
121
+ },
122
+ {
123
+ "name": "",
124
+ "role": "AXButton",
125
+ "description": "None",
126
+ "role_description": "button",
127
+ "value": "None",
128
+ "children": [],
129
+ "bbox": [
130
+ 678,
131
+ 1044,
132
+ 796,
133
+ 82
134
+ ],
135
+ "visible_bbox": [
136
+ 678,
137
+ 1044,
138
+ 796,
139
+ 82
140
+ ]
141
+ }
142
+ ],
143
+ "bbox": [
144
+ 630,
145
+ 1030,
146
+ 892,
147
+ 112
148
+ ],
149
+ "visible_bbox": [
150
+ 630,
151
+ 1030,
152
+ 892,
153
+ 112
154
+ ]
155
+ }
156
+ ],
157
+ "bbox": [
158
+ 676,
159
+ 1048,
160
+ 800,
161
+ 88
162
+ ],
163
+ "visible_bbox": [
164
+ 676,
165
+ 1048,
166
+ 800,
167
+ 88
168
+ ]
169
+ },
170
+ {
171
+ "name": "None",
172
+ "role": "AXStaticText",
173
+ "description": "None",
174
+ "role_description": "text",
175
+ "value": "If the checkbox is disabled, click the \udbc0\udfa0 and enter your password.",
176
+ "children": [],
177
+ "bbox": [
178
+ 672,
179
+ 1152,
180
+ 880,
181
+ 52
182
+ ],
183
+ "visible_bbox": [
184
+ 672,
185
+ 1152,
186
+ 880,
187
+ 52
188
+ ]
189
+ },
190
+ {
191
+ "name": "None",
192
+ "role": "AXStaticText",
193
+ "description": "None",
194
+ "role_description": "text",
195
+ "value": "This is how correctly set permissions should look:",
196
+ "children": [],
197
+ "bbox": [
198
+ 50,
199
+ 1068,
200
+ 636,
201
+ 48
202
+ ],
203
+ "visible_bbox": [
204
+ 50,
205
+ 1068,
206
+ 636,
207
+ 48
208
+ ]
209
+ },
210
+ {
211
+ "name": "None",
212
+ "role": "AXStaticText",
213
+ "description": "None",
214
+ "role_description": "text",
215
+ "value": "Having problems with permissions:",
216
+ "children": [],
217
+ "bbox": [
218
+ 50,
219
+ 1204,
220
+ 1516,
221
+ 48
222
+ ],
223
+ "visible_bbox": [
224
+ 50,
225
+ 1204,
226
+ 1516,
227
+ 48
228
+ ]
229
+ },
230
+ {
231
+ "name": "Solutions for Permissons Issues",
232
+ "role": "AXButton",
233
+ "description": "None",
234
+ "role_description": "button",
235
+ "value": "None",
236
+ "children": [],
237
+ "bbox": [
238
+ 486,
239
+ 1192,
240
+ 628,
241
+ 64
242
+ ],
243
+ "visible_bbox": [
244
+ 486,
245
+ 1192,
246
+ 628,
247
+ 64
248
+ ]
249
+ },
250
+ {
251
+ "name": "None",
252
+ "role": "AXGroup",
253
+ "description": "None",
254
+ "role_description": "group",
255
+ "value": "None",
256
+ "children": [
257
+ {
258
+ "name": "None",
259
+ "role": "AXStaticText",
260
+ "description": "None",
261
+ "role_description": "text",
262
+ "value": "Accessibility",
263
+ "children": [],
264
+ "bbox": [
265
+ 38,
266
+ 282,
267
+ 1526,
268
+ 52
269
+ ],
270
+ "visible_bbox": [
271
+ 38,
272
+ 282,
273
+ 1526,
274
+ 52
275
+ ]
276
+ },
277
+ {
278
+ "name": "None",
279
+ "role": "AXStaticText",
280
+ "description": "None",
281
+ "role_description": "text",
282
+ "value": "Bartender requires accessibility access so that it can:",
283
+ "children": [],
284
+ "bbox": [
285
+ 38,
286
+ 372,
287
+ 1518,
288
+ 64
289
+ ],
290
+ "visible_bbox": [
291
+ 38,
292
+ 372,
293
+ 1518,
294
+ 64
295
+ ]
296
+ },
297
+ {
298
+ "name": "Open macOS Accessibility Settings",
299
+ "role": "AXButton",
300
+ "description": "None",
301
+ "role_description": "button",
302
+ "value": "None",
303
+ "children": [],
304
+ "bbox": [
305
+ 520,
306
+ 494,
307
+ 552,
308
+ 64
309
+ ],
310
+ "visible_bbox": [
311
+ 520,
312
+ 494,
313
+ 552,
314
+ 64
315
+ ]
316
+ },
317
+ {
318
+ "name": "None",
319
+ "role": "AXStaticText",
320
+ "description": "None",
321
+ "role_description": "text",
322
+ "value": "\u2022 Arrange your menu bar items.\n\u2022 Show and hide menu bar items.",
323
+ "children": [],
324
+ "bbox": [
325
+ 474,
326
+ 408,
327
+ 880,
328
+ 80
329
+ ],
330
+ "visible_bbox": [
331
+ 474,
332
+ 408,
333
+ 880,
334
+ 80
335
+ ]
336
+ },
337
+ {
338
+ "name": "None",
339
+ "role": "AXStaticText",
340
+ "description": "None",
341
+ "role_description": "text",
342
+ "value": "Then in System Settings check Bartender to grant access.",
343
+ "children": [],
344
+ "bbox": [
345
+ 38,
346
+ 560,
347
+ 1518,
348
+ 50
349
+ ],
350
+ "visible_bbox": [
351
+ 38,
352
+ 560,
353
+ 1518,
354
+ 50
355
+ ]
356
+ },
357
+ {
358
+ "name": "Find out why Bartender needs this",
359
+ "role": "AXButton",
360
+ "description": "None",
361
+ "role_description": "button",
362
+ "value": "None",
363
+ "children": [],
364
+ "bbox": [
365
+ 1038,
366
+ 290,
367
+ 482,
368
+ 36
369
+ ],
370
+ "visible_bbox": [
371
+ 1038,
372
+ 290,
373
+ 482,
374
+ 36
375
+ ]
376
+ }
377
+ ],
378
+ "bbox": [
379
+ 40,
380
+ 266,
381
+ 1522,
382
+ 360
383
+ ],
384
+ "visible_bbox": [
385
+ 40,
386
+ 266,
387
+ 1522,
388
+ 360
389
+ ]
390
+ },
391
+ {
392
+ "name": "None",
393
+ "role": "AXGroup",
394
+ "description": "None",
395
+ "role_description": "group",
396
+ "value": "None",
397
+ "children": [
398
+ {
399
+ "name": "None",
400
+ "role": "AXStaticText",
401
+ "description": "None",
402
+ "role_description": "text",
403
+ "value": "Screen Recording",
404
+ "children": [],
405
+ "bbox": [
406
+ 40,
407
+ 676,
408
+ 1526,
409
+ 52
410
+ ],
411
+ "visible_bbox": [
412
+ 40,
413
+ 676,
414
+ 1526,
415
+ 52
416
+ ]
417
+ },
418
+ {
419
+ "name": "None",
420
+ "role": "AXStaticText",
421
+ "description": "None",
422
+ "role_description": "text",
423
+ "value": "Bartender requires Screen Recording access on your Mac so that it can: ",
424
+ "children": [],
425
+ "bbox": [
426
+ 40,
427
+ 764,
428
+ 1518,
429
+ 50
430
+ ],
431
+ "visible_bbox": [
432
+ 40,
433
+ 764,
434
+ 1518,
435
+ 50
436
+ ]
437
+ },
438
+ {
439
+ "name": "Open macOS Screen Recording Settings",
440
+ "role": "AXButton",
441
+ "description": "None",
442
+ "role_description": "button",
443
+ "value": "None",
444
+ "children": [],
445
+ "bbox": [
446
+ 490,
447
+ 880,
448
+ 616,
449
+ 64
450
+ ],
451
+ "visible_bbox": [
452
+ 490,
453
+ 880,
454
+ 616,
455
+ 64
456
+ ]
457
+ },
458
+ {
459
+ "name": "None",
460
+ "role": "AXStaticText",
461
+ "description": "None",
462
+ "role_description": "text",
463
+ "value": "\u2022 Get a list of the menu items in your menu bar to control them. \n\u2022 Capture images of menu bar items for display in Settings, Bartender Bar, Search etc.",
464
+ "children": [],
465
+ "bbox": [
466
+ 362,
467
+ 796,
468
+ 1086,
469
+ 76
470
+ ],
471
+ "visible_bbox": [
472
+ 362,
473
+ 796,
474
+ 1086,
475
+ 76
476
+ ]
477
+ },
478
+ {
479
+ "name": "None",
480
+ "role": "AXStaticText",
481
+ "description": "None",
482
+ "role_description": "text",
483
+ "value": "Then in System Settings check Bartender to grant access.",
484
+ "children": [],
485
+ "bbox": [
486
+ 40,
487
+ 942,
488
+ 1518,
489
+ 50
490
+ ],
491
+ "visible_bbox": [
492
+ 40,
493
+ 942,
494
+ 1518,
495
+ 50
496
+ ]
497
+ },
498
+ {
499
+ "name": "Find out why Bartender needs this",
500
+ "role": "AXButton",
501
+ "description": "None",
502
+ "role_description": "button",
503
+ "value": "None",
504
+ "children": [],
505
+ "bbox": [
506
+ 1040,
507
+ 684,
508
+ 482,
509
+ 36
510
+ ],
511
+ "visible_bbox": [
512
+ 1040,
513
+ 684,
514
+ 482,
515
+ 36
516
+ ]
517
+ }
518
+ ],
519
+ "bbox": [
520
+ 42,
521
+ 658,
522
+ 1522,
523
+ 356
524
+ ],
525
+ "visible_bbox": [
526
+ 42,
527
+ 658,
528
+ 1522,
529
+ 356
530
+ ]
531
+ },
532
+ {
533
+ "name": "Open System Preferences",
534
+ "role": "AXButton",
535
+ "description": "None",
536
+ "role_description": "button",
537
+ "value": "None",
538
+ "children": [],
539
+ "bbox": [
540
+ 1192,
541
+ 1304,
542
+ 380,
543
+ 80
544
+ ],
545
+ "visible_bbox": [
546
+ 1192,
547
+ 1304,
548
+ 380,
549
+ 80
550
+ ]
551
+ },
552
+ {
553
+ "name": "Quit Bartender",
554
+ "role": "AXButton",
555
+ "description": "None",
556
+ "role_description": "button",
557
+ "value": "None",
558
+ "children": [],
559
+ "bbox": [
560
+ 26,
561
+ 1322,
562
+ 246,
563
+ 64
564
+ ],
565
+ "visible_bbox": [
566
+ 26,
567
+ 1322,
568
+ 246,
569
+ 64
570
+ ]
571
+ }
572
+ ],
573
+ "bbox": [
574
+ 0,
575
+ 0,
576
+ 1600,
577
+ 1400
578
+ ],
579
+ "visible_bbox": [
580
+ 0,
581
+ 0,
582
+ 1600,
583
+ 1400
584
+ ]
585
+ }
app_data/Bartender/1707227479/Bartender 5-1707227479.89.png ADDED

Git LFS Details

  • SHA256: bd2c80c902afdde4e5d0c8763e22fdd140bb435464f0407b78636286cfe59de7
  • Pointer size: 131 Bytes
  • Size of remote file: 296 kB
app_data/Bartender/1707227479/com.surteesstudios.Bartender-setapp.json ADDED
@@ -0,0 +1,1663 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Bartender 5",
3
+ "role": "AXWindow",
4
+ "description": "None",
5
+ "role_description": "standard window",
6
+ "value": "None",
7
+ "children": [
8
+ {
9
+ "name": "None",
10
+ "role": "AXSplitGroup",
11
+ "description": "None",
12
+ "role_description": "split group",
13
+ "value": "None",
14
+ "children": [
15
+ {
16
+ "name": "None",
17
+ "role": "AXStaticText",
18
+ "description": "None",
19
+ "role_description": "text",
20
+ "value": "Bartender",
21
+ "children": [],
22
+ "bbox": [
23
+ 178,
24
+ 16,
25
+ 160,
26
+ 40
27
+ ],
28
+ "visible_bbox": [
29
+ 178,
30
+ 16,
31
+ 160,
32
+ 40
33
+ ]
34
+ },
35
+ {
36
+ "name": "None",
37
+ "role": "AXStaticText",
38
+ "description": "None",
39
+ "role_description": "text",
40
+ "value": "5",
41
+ "children": [],
42
+ "bbox": [
43
+ 330,
44
+ 10,
45
+ 36,
46
+ 54
47
+ ],
48
+ "visible_bbox": [
49
+ 330,
50
+ 10,
51
+ 36,
52
+ 54
53
+ ]
54
+ },
55
+ {
56
+ "name": "None",
57
+ "role": "AXScrollArea",
58
+ "description": "None",
59
+ "role_description": "scroll area",
60
+ "value": "None",
61
+ "children": [
62
+ {
63
+ "name": "None",
64
+ "role": "AXOutline",
65
+ "description": "None",
66
+ "role_description": "outline",
67
+ "value": "None",
68
+ "children": [
69
+ {
70
+ "name": "None",
71
+ "role": "AXRow",
72
+ "description": "None",
73
+ "role_description": "outline row",
74
+ "value": "None",
75
+ "children": [
76
+ {
77
+ "name": "None",
78
+ "role": "AXCell",
79
+ "description": "None",
80
+ "role_description": "cell",
81
+ "value": "None",
82
+ "children": [
83
+ {
84
+ "name": "None",
85
+ "role": "AXImage",
86
+ "description": "General",
87
+ "role_description": "image",
88
+ "value": "None",
89
+ "children": [],
90
+ "bbox": [
91
+ 32,
92
+ 108,
93
+ 70,
94
+ 74
95
+ ],
96
+ "visible_bbox": [
97
+ 32,
98
+ 108,
99
+ 70,
100
+ 74
101
+ ]
102
+ },
103
+ {
104
+ "name": "None",
105
+ "role": "AXStaticText",
106
+ "description": "None",
107
+ "role_description": "text",
108
+ "value": "General",
109
+ "children": [],
110
+ "bbox": [
111
+ 114,
112
+ 130,
113
+ 102,
114
+ 32
115
+ ],
116
+ "visible_bbox": [
117
+ 114,
118
+ 130,
119
+ 102,
120
+ 32
121
+ ]
122
+ }
123
+ ],
124
+ "bbox": [
125
+ 20,
126
+ 96,
127
+ 440,
128
+ 100
129
+ ],
130
+ "visible_bbox": [
131
+ 20,
132
+ 96,
133
+ 440,
134
+ 100
135
+ ]
136
+ }
137
+ ],
138
+ "bbox": [
139
+ 0,
140
+ 96,
141
+ 480,
142
+ 100
143
+ ],
144
+ "visible_bbox": [
145
+ 0,
146
+ 96,
147
+ 480,
148
+ 100
149
+ ]
150
+ },
151
+ {
152
+ "name": "None",
153
+ "role": "AXRow",
154
+ "description": "None",
155
+ "role_description": "outline row",
156
+ "value": "None",
157
+ "children": [
158
+ {
159
+ "name": "None",
160
+ "role": "AXCell",
161
+ "description": "None",
162
+ "role_description": "cell",
163
+ "value": "None",
164
+ "children": [
165
+ {
166
+ "name": "None",
167
+ "role": "AXImage",
168
+ "description": "Menu Bar Layout",
169
+ "role_description": "image",
170
+ "value": "None",
171
+ "children": [],
172
+ "bbox": [
173
+ 32,
174
+ 212,
175
+ 70,
176
+ 68
177
+ ],
178
+ "visible_bbox": [
179
+ 32,
180
+ 212,
181
+ 70,
182
+ 68
183
+ ]
184
+ },
185
+ {
186
+ "name": "None",
187
+ "role": "AXStaticText",
188
+ "description": "None",
189
+ "role_description": "text",
190
+ "value": "Menu Bar Items",
191
+ "children": [],
192
+ "bbox": [
193
+ 114,
194
+ 230,
195
+ 198,
196
+ 32
197
+ ],
198
+ "visible_bbox": [
199
+ 114,
200
+ 230,
201
+ 198,
202
+ 32
203
+ ]
204
+ }
205
+ ],
206
+ "bbox": [
207
+ 20,
208
+ 196,
209
+ 440,
210
+ 100
211
+ ],
212
+ "visible_bbox": [
213
+ 20,
214
+ 196,
215
+ 440,
216
+ 100
217
+ ]
218
+ }
219
+ ],
220
+ "bbox": [
221
+ 0,
222
+ 196,
223
+ 480,
224
+ 100
225
+ ],
226
+ "visible_bbox": [
227
+ 0,
228
+ 196,
229
+ 480,
230
+ 100
231
+ ]
232
+ },
233
+ {
234
+ "name": "None",
235
+ "role": "AXRow",
236
+ "description": "None",
237
+ "role_description": "outline row",
238
+ "value": "None",
239
+ "children": [
240
+ {
241
+ "name": "None",
242
+ "role": "AXCell",
243
+ "description": "None",
244
+ "role_description": "cell",
245
+ "value": "None",
246
+ "children": [
247
+ {
248
+ "name": "None",
249
+ "role": "AXImage",
250
+ "description": "Menu Bar Style",
251
+ "role_description": "image",
252
+ "value": "None",
253
+ "children": [],
254
+ "bbox": [
255
+ 32,
256
+ 308,
257
+ 70,
258
+ 72
259
+ ],
260
+ "visible_bbox": [
261
+ 32,
262
+ 308,
263
+ 70,
264
+ 72
265
+ ]
266
+ },
267
+ {
268
+ "name": "None",
269
+ "role": "AXStaticText",
270
+ "description": "None",
271
+ "role_description": "text",
272
+ "value": "Menu Bar Style",
273
+ "children": [],
274
+ "bbox": [
275
+ 114,
276
+ 330,
277
+ 192,
278
+ 32
279
+ ],
280
+ "visible_bbox": [
281
+ 114,
282
+ 330,
283
+ 192,
284
+ 32
285
+ ]
286
+ }
287
+ ],
288
+ "bbox": [
289
+ 20,
290
+ 296,
291
+ 440,
292
+ 100
293
+ ],
294
+ "visible_bbox": [
295
+ 20,
296
+ 296,
297
+ 440,
298
+ 100
299
+ ]
300
+ }
301
+ ],
302
+ "bbox": [
303
+ 0,
304
+ 296,
305
+ 480,
306
+ 100
307
+ ],
308
+ "visible_bbox": [
309
+ 0,
310
+ 296,
311
+ 480,
312
+ 100
313
+ ]
314
+ },
315
+ {
316
+ "name": "None",
317
+ "role": "AXRow",
318
+ "description": "None",
319
+ "role_description": "outline row",
320
+ "value": "None",
321
+ "children": [
322
+ {
323
+ "name": "None",
324
+ "role": "AXCell",
325
+ "description": "None",
326
+ "role_description": "cell",
327
+ "value": "None",
328
+ "children": [
329
+ {
330
+ "name": "None",
331
+ "role": "AXImage",
332
+ "description": "Presets",
333
+ "role_description": "image",
334
+ "value": "None",
335
+ "children": [],
336
+ "bbox": [
337
+ 32,
338
+ 412,
339
+ 70,
340
+ 68
341
+ ],
342
+ "visible_bbox": [
343
+ 32,
344
+ 412,
345
+ 70,
346
+ 68
347
+ ]
348
+ },
349
+ {
350
+ "name": "None",
351
+ "role": "AXStaticText",
352
+ "description": "None",
353
+ "role_description": "text",
354
+ "value": "Presets",
355
+ "children": [],
356
+ "bbox": [
357
+ 114,
358
+ 430,
359
+ 100,
360
+ 32
361
+ ],
362
+ "visible_bbox": [
363
+ 114,
364
+ 430,
365
+ 100,
366
+ 32
367
+ ]
368
+ }
369
+ ],
370
+ "bbox": [
371
+ 20,
372
+ 396,
373
+ 440,
374
+ 100
375
+ ],
376
+ "visible_bbox": [
377
+ 20,
378
+ 396,
379
+ 440,
380
+ 100
381
+ ]
382
+ }
383
+ ],
384
+ "bbox": [
385
+ 0,
386
+ 396,
387
+ 480,
388
+ 100
389
+ ],
390
+ "visible_bbox": [
391
+ 0,
392
+ 396,
393
+ 480,
394
+ 100
395
+ ]
396
+ },
397
+ {
398
+ "name": "None",
399
+ "role": "AXRow",
400
+ "description": "None",
401
+ "role_description": "outline row",
402
+ "value": "None",
403
+ "children": [
404
+ {
405
+ "name": "None",
406
+ "role": "AXCell",
407
+ "description": "None",
408
+ "role_description": "cell",
409
+ "value": "None",
410
+ "children": [
411
+ {
412
+ "name": "None",
413
+ "role": "AXImage",
414
+ "description": "Triggers",
415
+ "role_description": "image",
416
+ "value": "None",
417
+ "children": [],
418
+ "bbox": [
419
+ 32,
420
+ 506,
421
+ 70,
422
+ 76
423
+ ],
424
+ "visible_bbox": [
425
+ 32,
426
+ 506,
427
+ 70,
428
+ 76
429
+ ]
430
+ },
431
+ {
432
+ "name": "None",
433
+ "role": "AXStaticText",
434
+ "description": "None",
435
+ "role_description": "text",
436
+ "value": "Triggers",
437
+ "children": [],
438
+ "bbox": [
439
+ 114,
440
+ 530,
441
+ 108,
442
+ 32
443
+ ],
444
+ "visible_bbox": [
445
+ 114,
446
+ 530,
447
+ 108,
448
+ 32
449
+ ]
450
+ }
451
+ ],
452
+ "bbox": [
453
+ 20,
454
+ 496,
455
+ 440,
456
+ 100
457
+ ],
458
+ "visible_bbox": [
459
+ 20,
460
+ 496,
461
+ 440,
462
+ 100
463
+ ]
464
+ }
465
+ ],
466
+ "bbox": [
467
+ 0,
468
+ 496,
469
+ 480,
470
+ 100
471
+ ],
472
+ "visible_bbox": [
473
+ 0,
474
+ 496,
475
+ 480,
476
+ 100
477
+ ]
478
+ },
479
+ {
480
+ "name": "None",
481
+ "role": "AXRow",
482
+ "description": "None",
483
+ "role_description": "outline row",
484
+ "value": "None",
485
+ "children": [
486
+ {
487
+ "name": "None",
488
+ "role": "AXCell",
489
+ "description": "None",
490
+ "role_description": "cell",
491
+ "value": "None",
492
+ "children": [
493
+ {
494
+ "name": "None",
495
+ "role": "AXImage",
496
+ "description": "Hot Keys",
497
+ "role_description": "image",
498
+ "value": "None",
499
+ "children": [],
500
+ "bbox": [
501
+ 32,
502
+ 612,
503
+ 70,
504
+ 68
505
+ ],
506
+ "visible_bbox": [
507
+ 32,
508
+ 612,
509
+ 70,
510
+ 68
511
+ ]
512
+ },
513
+ {
514
+ "name": "None",
515
+ "role": "AXStaticText",
516
+ "description": "None",
517
+ "role_description": "text",
518
+ "value": "Hotkeys",
519
+ "children": [],
520
+ "bbox": [
521
+ 114,
522
+ 630,
523
+ 106,
524
+ 32
525
+ ],
526
+ "visible_bbox": [
527
+ 114,
528
+ 630,
529
+ 106,
530
+ 32
531
+ ]
532
+ }
533
+ ],
534
+ "bbox": [
535
+ 20,
536
+ 596,
537
+ 440,
538
+ 100
539
+ ],
540
+ "visible_bbox": [
541
+ 20,
542
+ 596,
543
+ 440,
544
+ 100
545
+ ]
546
+ }
547
+ ],
548
+ "bbox": [
549
+ 0,
550
+ 596,
551
+ 480,
552
+ 100
553
+ ],
554
+ "visible_bbox": [
555
+ 0,
556
+ 596,
557
+ 480,
558
+ 100
559
+ ]
560
+ },
561
+ {
562
+ "name": "None",
563
+ "role": "AXRow",
564
+ "description": "None",
565
+ "role_description": "outline row",
566
+ "value": "None",
567
+ "children": [
568
+ {
569
+ "name": "None",
570
+ "role": "AXCell",
571
+ "description": "None",
572
+ "role_description": "cell",
573
+ "value": "None",
574
+ "children": [
575
+ {
576
+ "name": "None",
577
+ "role": "AXImage",
578
+ "description": "Advanced",
579
+ "role_description": "image",
580
+ "value": "None",
581
+ "children": [],
582
+ "bbox": [
583
+ 32,
584
+ 708,
585
+ 70,
586
+ 74
587
+ ],
588
+ "visible_bbox": [
589
+ 32,
590
+ 708,
591
+ 70,
592
+ 74
593
+ ]
594
+ },
595
+ {
596
+ "name": "None",
597
+ "role": "AXStaticText",
598
+ "description": "None",
599
+ "role_description": "text",
600
+ "value": "Advanced",
601
+ "children": [],
602
+ "bbox": [
603
+ 114,
604
+ 730,
605
+ 128,
606
+ 32
607
+ ],
608
+ "visible_bbox": [
609
+ 114,
610
+ 730,
611
+ 128,
612
+ 32
613
+ ]
614
+ }
615
+ ],
616
+ "bbox": [
617
+ 20,
618
+ 696,
619
+ 440,
620
+ 100
621
+ ],
622
+ "visible_bbox": [
623
+ 20,
624
+ 696,
625
+ 440,
626
+ 100
627
+ ]
628
+ }
629
+ ],
630
+ "bbox": [
631
+ 0,
632
+ 696,
633
+ 480,
634
+ 100
635
+ ],
636
+ "visible_bbox": [
637
+ 0,
638
+ 696,
639
+ 480,
640
+ 100
641
+ ]
642
+ },
643
+ {
644
+ "name": "None",
645
+ "role": "AXRow",
646
+ "description": "None",
647
+ "role_description": "outline row",
648
+ "value": "None",
649
+ "children": [
650
+ {
651
+ "name": "None",
652
+ "role": "AXCell",
653
+ "description": "None",
654
+ "role_description": "cell",
655
+ "value": "None",
656
+ "children": [
657
+ {
658
+ "name": "None",
659
+ "role": "AXImage",
660
+ "description": "",
661
+ "role_description": "image",
662
+ "value": "None",
663
+ "children": [],
664
+ "bbox": [
665
+ 32,
666
+ 818,
667
+ 70,
668
+ 58
669
+ ],
670
+ "visible_bbox": [
671
+ 32,
672
+ 818,
673
+ 70,
674
+ 58
675
+ ]
676
+ },
677
+ {
678
+ "name": "None",
679
+ "role": "AXStaticText",
680
+ "description": "None",
681
+ "role_description": "text",
682
+ "value": "About",
683
+ "children": [],
684
+ "bbox": [
685
+ 114,
686
+ 830,
687
+ 80,
688
+ 32
689
+ ],
690
+ "visible_bbox": [
691
+ 114,
692
+ 830,
693
+ 80,
694
+ 32
695
+ ]
696
+ }
697
+ ],
698
+ "bbox": [
699
+ 20,
700
+ 796,
701
+ 440,
702
+ 100
703
+ ],
704
+ "visible_bbox": [
705
+ 20,
706
+ 796,
707
+ 440,
708
+ 100
709
+ ]
710
+ }
711
+ ],
712
+ "bbox": [
713
+ 0,
714
+ 796,
715
+ 480,
716
+ 100
717
+ ],
718
+ "visible_bbox": [
719
+ 0,
720
+ 796,
721
+ 480,
722
+ 100
723
+ ]
724
+ },
725
+ {
726
+ "name": "None",
727
+ "role": "AXColumn",
728
+ "description": "None",
729
+ "role_description": "column",
730
+ "value": "None",
731
+ "children": [],
732
+ "bbox": [
733
+ 20,
734
+ 76,
735
+ 440,
736
+ 1310
737
+ ],
738
+ "visible_bbox": [
739
+ 20,
740
+ 76,
741
+ 440,
742
+ 1310
743
+ ]
744
+ }
745
+ ],
746
+ "bbox": [
747
+ 0,
748
+ 76,
749
+ 480,
750
+ 1310
751
+ ],
752
+ "visible_bbox": [
753
+ 0,
754
+ 76,
755
+ 480,
756
+ 1310
757
+ ]
758
+ }
759
+ ],
760
+ "bbox": [
761
+ 0,
762
+ 76,
763
+ 480,
764
+ 1310
765
+ ],
766
+ "visible_bbox": [
767
+ 0,
768
+ 76,
769
+ 480,
770
+ 1310
771
+ ]
772
+ },
773
+ {
774
+ "name": "None",
775
+ "role": "AXSplitter",
776
+ "description": "None",
777
+ "role_description": "splitter",
778
+ "value": "240.0",
779
+ "children": [],
780
+ "bbox": [
781
+ 480,
782
+ 56,
783
+ 2,
784
+ 1330
785
+ ],
786
+ "visible_bbox": [
787
+ 480,
788
+ 56,
789
+ 2,
790
+ 1330
791
+ ]
792
+ },
793
+ {
794
+ "name": "None",
795
+ "role": "AXStaticText",
796
+ "description": "None",
797
+ "role_description": "text",
798
+ "value": "General",
799
+ "children": [],
800
+ "bbox": [
801
+ 518,
802
+ 40,
803
+ 126,
804
+ 40
805
+ ],
806
+ "visible_bbox": [
807
+ 518,
808
+ 40,
809
+ 126,
810
+ 40
811
+ ]
812
+ },
813
+ {
814
+ "name": "None",
815
+ "role": "AXStaticText",
816
+ "description": "None",
817
+ "role_description": "text",
818
+ "value": "Start at login",
819
+ "children": [],
820
+ "bbox": [
821
+ 558,
822
+ 108,
823
+ 1000,
824
+ 32
825
+ ],
826
+ "visible_bbox": [
827
+ 558,
828
+ 108,
829
+ 1000,
830
+ 32
831
+ ]
832
+ },
833
+ {
834
+ "name": "None",
835
+ "role": "AXButton",
836
+ "description": "None",
837
+ "role_description": "switch",
838
+ "value": "0",
839
+ "children": [],
840
+ "bbox": [
841
+ 1568,
842
+ 108,
843
+ 56,
844
+ 34
845
+ ],
846
+ "visible_bbox": [
847
+ 1568,
848
+ 108,
849
+ 56,
850
+ 34
851
+ ]
852
+ },
853
+ {
854
+ "name": "None",
855
+ "role": "AXStaticText",
856
+ "description": "None",
857
+ "role_description": "text",
858
+ "value": "Show hidden menu bar items when:",
859
+ "children": [],
860
+ "bbox": [
861
+ 518,
862
+ 180,
863
+ 1148,
864
+ 32
865
+ ],
866
+ "visible_bbox": [
867
+ 518,
868
+ 180,
869
+ 1148,
870
+ 32
871
+ ]
872
+ },
873
+ {
874
+ "name": "None",
875
+ "role": "AXStaticText",
876
+ "description": "None",
877
+ "role_description": "text",
878
+ "value": "Click on empty menu bar space",
879
+ "children": [],
880
+ "bbox": [
881
+ 558,
882
+ 240,
883
+ 390,
884
+ 32
885
+ ],
886
+ "visible_bbox": [
887
+ 558,
888
+ 240,
889
+ 390,
890
+ 32
891
+ ]
892
+ },
893
+ {
894
+ "name": "None",
895
+ "role": "AXButton",
896
+ "description": "None",
897
+ "role_description": "switch",
898
+ "value": "1",
899
+ "children": [],
900
+ "bbox": [
901
+ 1568,
902
+ 242,
903
+ 56,
904
+ 32
905
+ ],
906
+ "visible_bbox": [
907
+ 1568,
908
+ 242,
909
+ 56,
910
+ 32
911
+ ]
912
+ },
913
+ {
914
+ "name": "None",
915
+ "role": "AXStaticText",
916
+ "description": "None",
917
+ "role_description": "text",
918
+ "value": "Swipe or scroll in menu bar",
919
+ "children": [],
920
+ "bbox": [
921
+ 558,
922
+ 292,
923
+ 336,
924
+ 32
925
+ ],
926
+ "visible_bbox": [
927
+ 558,
928
+ 292,
929
+ 336,
930
+ 32
931
+ ]
932
+ },
933
+ {
934
+ "name": "None",
935
+ "role": "AXButton",
936
+ "description": "None",
937
+ "role_description": "switch",
938
+ "value": "1",
939
+ "children": [],
940
+ "bbox": [
941
+ 1568,
942
+ 294,
943
+ 56,
944
+ 32
945
+ ],
946
+ "visible_bbox": [
947
+ 1568,
948
+ 294,
949
+ 56,
950
+ 32
951
+ ]
952
+ },
953
+ {
954
+ "name": "None",
955
+ "role": "AXStaticText",
956
+ "description": "None",
957
+ "role_description": "text",
958
+ "value": "Hover over empty menu bar space",
959
+ "children": [],
960
+ "bbox": [
961
+ 558,
962
+ 344,
963
+ 424,
964
+ 32
965
+ ],
966
+ "visible_bbox": [
967
+ 558,
968
+ 344,
969
+ 424,
970
+ 32
971
+ ]
972
+ },
973
+ {
974
+ "name": "None",
975
+ "role": "AXButton",
976
+ "description": "None",
977
+ "role_description": "switch",
978
+ "value": "0",
979
+ "children": [],
980
+ "bbox": [
981
+ 1568,
982
+ 346,
983
+ 56,
984
+ 32
985
+ ],
986
+ "visible_bbox": [
987
+ 1568,
988
+ 346,
989
+ 56,
990
+ 32
991
+ ]
992
+ },
993
+ {
994
+ "name": "None",
995
+ "role": "AXStaticText",
996
+ "description": "None",
997
+ "role_description": "text",
998
+ "value": "Delay before showing on hover",
999
+ "children": [],
1000
+ "bbox": [
1001
+ 558,
1002
+ 396,
1003
+ 380,
1004
+ 32
1005
+ ],
1006
+ "visible_bbox": [
1007
+ 558,
1008
+ 396,
1009
+ 380,
1010
+ 32
1011
+ ]
1012
+ },
1013
+ {
1014
+ "name": "None",
1015
+ "role": "AXSlider",
1016
+ "description": "None",
1017
+ "role_description": "slider",
1018
+ "value": "0.2",
1019
+ "children": [
1020
+ {
1021
+ "name": "None",
1022
+ "role": "AXValueIndicator",
1023
+ "description": "None",
1024
+ "role_description": "value indicator",
1025
+ "value": "0.2",
1026
+ "children": [],
1027
+ "bbox": [
1028
+ 732,
1029
+ 452,
1030
+ 24,
1031
+ 56
1032
+ ],
1033
+ "visible_bbox": [
1034
+ 732,
1035
+ 452,
1036
+ 24,
1037
+ 56
1038
+ ]
1039
+ }
1040
+ ],
1041
+ "bbox": [
1042
+ 558,
1043
+ 452,
1044
+ 894,
1045
+ 56
1046
+ ],
1047
+ "visible_bbox": [
1048
+ 558,
1049
+ 452,
1050
+ 894,
1051
+ 56
1052
+ ]
1053
+ },
1054
+ {
1055
+ "name": "None",
1056
+ "role": "AXStaticText",
1057
+ "description": "None",
1058
+ "role_description": "text",
1059
+ "value": "0.2",
1060
+ "children": [],
1061
+ "bbox": [
1062
+ 1460,
1063
+ 460,
1064
+ 56,
1065
+ 32
1066
+ ],
1067
+ "visible_bbox": [
1068
+ 1460,
1069
+ 460,
1070
+ 56,
1071
+ 32
1072
+ ]
1073
+ },
1074
+ {
1075
+ "name": "None",
1076
+ "role": "AXStaticText",
1077
+ "description": "None",
1078
+ "role_description": "text",
1079
+ "value": " seconds",
1080
+ "children": [],
1081
+ "bbox": [
1082
+ 1508,
1083
+ 460,
1084
+ 118,
1085
+ 32
1086
+ ],
1087
+ "visible_bbox": [
1088
+ 1508,
1089
+ 460,
1090
+ 118,
1091
+ 32
1092
+ ]
1093
+ },
1094
+ {
1095
+ "name": "None",
1096
+ "role": "AXStaticText",
1097
+ "description": "None",
1098
+ "role_description": "text",
1099
+ "value": "Automatically rehide",
1100
+ "children": [],
1101
+ "bbox": [
1102
+ 558,
1103
+ 542,
1104
+ 254,
1105
+ 32
1106
+ ],
1107
+ "visible_bbox": [
1108
+ 558,
1109
+ 542,
1110
+ 254,
1111
+ 32
1112
+ ]
1113
+ },
1114
+ {
1115
+ "name": "None",
1116
+ "role": "AXButton",
1117
+ "description": "None",
1118
+ "role_description": "switch",
1119
+ "value": "1",
1120
+ "children": [],
1121
+ "bbox": [
1122
+ 1568,
1123
+ 542,
1124
+ 56,
1125
+ 32
1126
+ ],
1127
+ "visible_bbox": [
1128
+ 1568,
1129
+ 542,
1130
+ 56,
1131
+ 32
1132
+ ]
1133
+ },
1134
+ {
1135
+ "name": "None",
1136
+ "role": "AXStaticText",
1137
+ "description": "None",
1138
+ "role_description": "text",
1139
+ "value": "Show items in bar below menu bar (Bartender Bar)",
1140
+ "children": [],
1141
+ "bbox": [
1142
+ 558,
1143
+ 654,
1144
+ 618,
1145
+ 32
1146
+ ],
1147
+ "visible_bbox": [
1148
+ 558,
1149
+ 654,
1150
+ 618,
1151
+ 32
1152
+ ]
1153
+ },
1154
+ {
1155
+ "name": "None",
1156
+ "role": "AXImage",
1157
+ "description": "BartenderBar",
1158
+ "role_description": "image",
1159
+ "value": "None",
1160
+ "children": [],
1161
+ "bbox": [
1162
+ 1208,
1163
+ 630,
1164
+ 200,
1165
+ 80
1166
+ ],
1167
+ "visible_bbox": [
1168
+ 1208,
1169
+ 630,
1170
+ 200,
1171
+ 80
1172
+ ]
1173
+ },
1174
+ {
1175
+ "name": "None",
1176
+ "role": "AXButton",
1177
+ "description": "None",
1178
+ "role_description": "switch",
1179
+ "value": "0",
1180
+ "children": [],
1181
+ "bbox": [
1182
+ 1568,
1183
+ 654,
1184
+ 56,
1185
+ 32
1186
+ ],
1187
+ "visible_bbox": [
1188
+ 1568,
1189
+ 654,
1190
+ 56,
1191
+ 32
1192
+ ]
1193
+ },
1194
+ {
1195
+ "name": "None",
1196
+ "role": "AXStaticText",
1197
+ "description": "None",
1198
+ "role_description": "text",
1199
+ "value": "Bartender menu bar item",
1200
+ "children": [],
1201
+ "bbox": [
1202
+ 518,
1203
+ 750,
1204
+ 1148,
1205
+ 32
1206
+ ],
1207
+ "visible_bbox": [
1208
+ 518,
1209
+ 750,
1210
+ 1148,
1211
+ 32
1212
+ ]
1213
+ },
1214
+ {
1215
+ "name": "None",
1216
+ "role": "AXStaticText",
1217
+ "description": "None",
1218
+ "role_description": "text",
1219
+ "value": "Bartender has a menu bar item",
1220
+ "children": [],
1221
+ "bbox": [
1222
+ 558,
1223
+ 810,
1224
+ 380,
1225
+ 32
1226
+ ],
1227
+ "visible_bbox": [
1228
+ 558,
1229
+ 810,
1230
+ 380,
1231
+ 32
1232
+ ]
1233
+ },
1234
+ {
1235
+ "name": "None",
1236
+ "role": "AXButton",
1237
+ "description": "None",
1238
+ "role_description": "switch",
1239
+ "value": "1",
1240
+ "children": [],
1241
+ "bbox": [
1242
+ 1568,
1243
+ 810,
1244
+ 56,
1245
+ 32
1246
+ ],
1247
+ "visible_bbox": [
1248
+ 1568,
1249
+ 810,
1250
+ 56,
1251
+ 32
1252
+ ]
1253
+ },
1254
+ {
1255
+ "name": "None",
1256
+ "role": "AXStaticText",
1257
+ "description": "None",
1258
+ "role_description": "text",
1259
+ "value": "Bartender menu bar icon",
1260
+ "children": [],
1261
+ "bbox": [
1262
+ 558,
1263
+ 862,
1264
+ 308,
1265
+ 40
1266
+ ],
1267
+ "visible_bbox": [
1268
+ 558,
1269
+ 862,
1270
+ 308,
1271
+ 40
1272
+ ]
1273
+ },
1274
+ {
1275
+ "name": "None",
1276
+ "role": "AXPopUpButton",
1277
+ "description": "None",
1278
+ "role_description": "pop up button",
1279
+ "value": "More",
1280
+ "children": [],
1281
+ "bbox": [
1282
+ 1356,
1283
+ 860,
1284
+ 274,
1285
+ 50
1286
+ ],
1287
+ "visible_bbox": [
1288
+ 1356,
1289
+ 860,
1290
+ 274,
1291
+ 50
1292
+ ]
1293
+ },
1294
+ {
1295
+ "name": "None",
1296
+ "role": "AXStaticText",
1297
+ "description": "None",
1298
+ "role_description": "text",
1299
+ "value": "Show divider (\u276e) between shown and hidden sections",
1300
+ "children": [],
1301
+ "bbox": [
1302
+ 558,
1303
+ 922,
1304
+ 652,
1305
+ 32
1306
+ ],
1307
+ "visible_bbox": [
1308
+ 558,
1309
+ 922,
1310
+ 652,
1311
+ 32
1312
+ ]
1313
+ },
1314
+ {
1315
+ "name": "None",
1316
+ "role": "AXButton",
1317
+ "description": "None",
1318
+ "role_description": "switch",
1319
+ "value": "0",
1320
+ "children": [],
1321
+ "bbox": [
1322
+ 1568,
1323
+ 922,
1324
+ 56,
1325
+ 32
1326
+ ],
1327
+ "visible_bbox": [
1328
+ 1568,
1329
+ 922,
1330
+ 56,
1331
+ 32
1332
+ ]
1333
+ },
1334
+ {
1335
+ "name": "None",
1336
+ "role": "AXStaticText",
1337
+ "description": "None",
1338
+ "role_description": "text",
1339
+ "value": "Menu bar item spacing",
1340
+ "children": [],
1341
+ "bbox": [
1342
+ 558,
1343
+ 1014,
1344
+ 284,
1345
+ 32
1346
+ ],
1347
+ "visible_bbox": [
1348
+ 558,
1349
+ 1014,
1350
+ 284,
1351
+ 32
1352
+ ]
1353
+ },
1354
+ {
1355
+ "name": "None",
1356
+ "role": "AXPopUpButton",
1357
+ "description": "None",
1358
+ "role_description": "pop up button",
1359
+ "value": "Default Spacing",
1360
+ "children": [],
1361
+ "bbox": [
1362
+ 1252,
1363
+ 1008,
1364
+ 378,
1365
+ 50
1366
+ ],
1367
+ "visible_bbox": [
1368
+ 1252,
1369
+ 1008,
1370
+ 378,
1371
+ 50
1372
+ ]
1373
+ },
1374
+ {
1375
+ "name": "None",
1376
+ "role": "AXStaticText",
1377
+ "description": "None",
1378
+ "role_description": "text",
1379
+ "value": "Screens",
1380
+ "children": [],
1381
+ "bbox": [
1382
+ 518,
1383
+ 1090,
1384
+ 1148,
1385
+ 32
1386
+ ],
1387
+ "visible_bbox": [
1388
+ 518,
1389
+ 1090,
1390
+ 1148,
1391
+ 32
1392
+ ]
1393
+ },
1394
+ {
1395
+ "name": "None",
1396
+ "role": "AXStaticText",
1397
+ "description": "None",
1398
+ "role_description": "text",
1399
+ "value": "Hide all menu bar items on inactive menu bars",
1400
+ "children": [],
1401
+ "bbox": [
1402
+ 558,
1403
+ 1150,
1404
+ 566,
1405
+ 32
1406
+ ],
1407
+ "visible_bbox": [
1408
+ 558,
1409
+ 1150,
1410
+ 566,
1411
+ 32
1412
+ ]
1413
+ },
1414
+ {
1415
+ "name": "None",
1416
+ "role": "AXButton",
1417
+ "description": "None",
1418
+ "role_description": "switch",
1419
+ "value": "0",
1420
+ "children": [],
1421
+ "bbox": [
1422
+ 1568,
1423
+ 1150,
1424
+ 56,
1425
+ 32
1426
+ ],
1427
+ "visible_bbox": [
1428
+ 1568,
1429
+ 1150,
1430
+ 56,
1431
+ 32
1432
+ ]
1433
+ },
1434
+ {
1435
+ "name": "None",
1436
+ "role": "AXStaticText",
1437
+ "description": "None",
1438
+ "role_description": "text",
1439
+ "value": "Show all menu bar items when active screen is bigger than",
1440
+ "children": [],
1441
+ "bbox": [
1442
+ 558,
1443
+ 1202,
1444
+ 716,
1445
+ 32
1446
+ ],
1447
+ "visible_bbox": [
1448
+ 558,
1449
+ 1202,
1450
+ 716,
1451
+ 32
1452
+ ]
1453
+ },
1454
+ {
1455
+ "name": "None",
1456
+ "role": "AXButton",
1457
+ "description": "None",
1458
+ "role_description": "switch",
1459
+ "value": "0",
1460
+ "children": [],
1461
+ "bbox": [
1462
+ 1568,
1463
+ 1202,
1464
+ 56,
1465
+ 32
1466
+ ],
1467
+ "visible_bbox": [
1468
+ 1568,
1469
+ 1202,
1470
+ 56,
1471
+ 32
1472
+ ]
1473
+ },
1474
+ {
1475
+ "name": "None",
1476
+ "role": "AXSlider",
1477
+ "description": "None",
1478
+ "role_description": "slider",
1479
+ "value": "3000.0",
1480
+ "children": [
1481
+ {
1482
+ "name": "None",
1483
+ "role": "AXValueIndicator",
1484
+ "description": "None",
1485
+ "role_description": "value indicator",
1486
+ "value": "3000.0",
1487
+ "children": [],
1488
+ "bbox": [
1489
+ 878,
1490
+ 1268,
1491
+ 24,
1492
+ 56
1493
+ ],
1494
+ "visible_bbox": [
1495
+ 878,
1496
+ 1268,
1497
+ 24,
1498
+ 56
1499
+ ]
1500
+ }
1501
+ ],
1502
+ "bbox": [
1503
+ 558,
1504
+ 1250,
1505
+ 822,
1506
+ 92
1507
+ ],
1508
+ "visible_bbox": [
1509
+ 558,
1510
+ 1250,
1511
+ 822,
1512
+ 92
1513
+ ]
1514
+ },
1515
+ {
1516
+ "name": "None",
1517
+ "role": "AXStaticText",
1518
+ "description": "None",
1519
+ "role_description": "text",
1520
+ "value": "3,000",
1521
+ "children": [],
1522
+ "bbox": [
1523
+ 1396,
1524
+ 1276,
1525
+ 88,
1526
+ 32
1527
+ ],
1528
+ "visible_bbox": [
1529
+ 1396,
1530
+ 1276,
1531
+ 88,
1532
+ 32
1533
+ ]
1534
+ },
1535
+ {
1536
+ "name": "None",
1537
+ "role": "AXStaticText",
1538
+ "description": "None",
1539
+ "role_description": "text",
1540
+ "value": " pixels wide",
1541
+ "children": [],
1542
+ "bbox": [
1543
+ 1476,
1544
+ 1276,
1545
+ 148,
1546
+ 32
1547
+ ],
1548
+ "visible_bbox": [
1549
+ 1476,
1550
+ 1276,
1551
+ 148,
1552
+ 32
1553
+ ]
1554
+ }
1555
+ ],
1556
+ "bbox": [
1557
+ 0,
1558
+ 0,
1559
+ 1702,
1560
+ 1386
1561
+ ],
1562
+ "visible_bbox": [
1563
+ 0,
1564
+ 0,
1565
+ 1702,
1566
+ 1386
1567
+ ]
1568
+ },
1569
+ {
1570
+ "name": "None",
1571
+ "role": "AXButton",
1572
+ "description": "None",
1573
+ "role_description": "close button",
1574
+ "value": "None",
1575
+ "children": [],
1576
+ "bbox": [
1577
+ 14,
1578
+ 12,
1579
+ 28,
1580
+ 32
1581
+ ],
1582
+ "visible_bbox": [
1583
+ 14,
1584
+ 12,
1585
+ 28,
1586
+ 32
1587
+ ]
1588
+ },
1589
+ {
1590
+ "name": "None",
1591
+ "role": "AXButton",
1592
+ "description": "None",
1593
+ "role_description": "zoom button",
1594
+ "value": "None",
1595
+ "children": [
1596
+ {
1597
+ "name": "None",
1598
+ "role": "AXGroup",
1599
+ "description": "None",
1600
+ "role_description": "group",
1601
+ "value": "None",
1602
+ "children": [],
1603
+ "bbox": [
1604
+ 94,
1605
+ 12,
1606
+ 28,
1607
+ 32
1608
+ ],
1609
+ "visible_bbox": [
1610
+ 94,
1611
+ 12,
1612
+ 28,
1613
+ 32
1614
+ ]
1615
+ }
1616
+ ],
1617
+ "bbox": [
1618
+ 94,
1619
+ 12,
1620
+ 28,
1621
+ 32
1622
+ ],
1623
+ "visible_bbox": [
1624
+ 94,
1625
+ 12,
1626
+ 28,
1627
+ 32
1628
+ ]
1629
+ },
1630
+ {
1631
+ "name": "None",
1632
+ "role": "AXButton",
1633
+ "description": "None",
1634
+ "role_description": "minimize button",
1635
+ "value": "None",
1636
+ "children": [],
1637
+ "bbox": [
1638
+ 54,
1639
+ 12,
1640
+ 28,
1641
+ 32
1642
+ ],
1643
+ "visible_bbox": [
1644
+ 54,
1645
+ 12,
1646
+ 28,
1647
+ 32
1648
+ ]
1649
+ }
1650
+ ],
1651
+ "bbox": [
1652
+ 0,
1653
+ 0,
1654
+ 1702,
1655
+ 1386
1656
+ ],
1657
+ "visible_bbox": [
1658
+ 0,
1659
+ 0,
1660
+ 1702,
1661
+ 1386
1662
+ ]
1663
+ }
app_data/Bartender/1707227543/Bartender 5-1707227544.27.png ADDED

Git LFS Details

  • SHA256: cd102dc2cbf16d4befdbda722940fda95af530f21053c4352c76ef4348d3d16a
  • Pointer size: 131 Bytes
  • Size of remote file: 274 kB
app_data/Bartender/1707227543/com.surteesstudios.Bartender-setapp.json ADDED
The diff for this file is too large to render. See raw diff
 
app_data/Bartender/1707227556/Bartender 5-1707227556.76.png ADDED

Git LFS Details

  • SHA256: b8f5cca42c17a5fcb9ec0614e7e9aa978c1cf9bcae73d3dc92ead9e5170ac630
  • Pointer size: 131 Bytes
  • Size of remote file: 270 kB
app_data/Bartender/1707227556/com.surteesstudios.Bartender-setapp.json ADDED
@@ -0,0 +1,1567 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Bartender 5",
3
+ "role": "AXWindow",
4
+ "description": "None",
5
+ "role_description": "standard window",
6
+ "value": "None",
7
+ "children": [
8
+ {
9
+ "name": "None",
10
+ "role": "AXSplitGroup",
11
+ "description": "None",
12
+ "role_description": "split group",
13
+ "value": "None",
14
+ "children": [
15
+ {
16
+ "name": "None",
17
+ "role": "AXStaticText",
18
+ "description": "None",
19
+ "role_description": "text",
20
+ "value": "Bartender",
21
+ "children": [],
22
+ "bbox": [
23
+ 178,
24
+ 16,
25
+ 160,
26
+ 40
27
+ ],
28
+ "visible_bbox": [
29
+ 178,
30
+ 16,
31
+ 160,
32
+ 40
33
+ ]
34
+ },
35
+ {
36
+ "name": "None",
37
+ "role": "AXStaticText",
38
+ "description": "None",
39
+ "role_description": "text",
40
+ "value": "5",
41
+ "children": [],
42
+ "bbox": [
43
+ 330,
44
+ 10,
45
+ 36,
46
+ 54
47
+ ],
48
+ "visible_bbox": [
49
+ 330,
50
+ 10,
51
+ 36,
52
+ 54
53
+ ]
54
+ },
55
+ {
56
+ "name": "None",
57
+ "role": "AXScrollArea",
58
+ "description": "None",
59
+ "role_description": "scroll area",
60
+ "value": "None",
61
+ "children": [
62
+ {
63
+ "name": "None",
64
+ "role": "AXOutline",
65
+ "description": "None",
66
+ "role_description": "outline",
67
+ "value": "None",
68
+ "children": [
69
+ {
70
+ "name": "None",
71
+ "role": "AXRow",
72
+ "description": "None",
73
+ "role_description": "outline row",
74
+ "value": "None",
75
+ "children": [
76
+ {
77
+ "name": "None",
78
+ "role": "AXCell",
79
+ "description": "None",
80
+ "role_description": "cell",
81
+ "value": "None",
82
+ "children": [
83
+ {
84
+ "name": "None",
85
+ "role": "AXImage",
86
+ "description": "General",
87
+ "role_description": "image",
88
+ "value": "None",
89
+ "children": [],
90
+ "bbox": [
91
+ 32,
92
+ 108,
93
+ 70,
94
+ 74
95
+ ],
96
+ "visible_bbox": [
97
+ 32,
98
+ 108,
99
+ 70,
100
+ 74
101
+ ]
102
+ },
103
+ {
104
+ "name": "None",
105
+ "role": "AXStaticText",
106
+ "description": "None",
107
+ "role_description": "text",
108
+ "value": "General",
109
+ "children": [],
110
+ "bbox": [
111
+ 114,
112
+ 130,
113
+ 102,
114
+ 32
115
+ ],
116
+ "visible_bbox": [
117
+ 114,
118
+ 130,
119
+ 102,
120
+ 32
121
+ ]
122
+ }
123
+ ],
124
+ "bbox": [
125
+ 20,
126
+ 96,
127
+ 440,
128
+ 100
129
+ ],
130
+ "visible_bbox": [
131
+ 20,
132
+ 96,
133
+ 440,
134
+ 100
135
+ ]
136
+ }
137
+ ],
138
+ "bbox": [
139
+ 0,
140
+ 96,
141
+ 480,
142
+ 100
143
+ ],
144
+ "visible_bbox": [
145
+ 0,
146
+ 96,
147
+ 480,
148
+ 100
149
+ ]
150
+ },
151
+ {
152
+ "name": "None",
153
+ "role": "AXRow",
154
+ "description": "None",
155
+ "role_description": "outline row",
156
+ "value": "None",
157
+ "children": [
158
+ {
159
+ "name": "None",
160
+ "role": "AXCell",
161
+ "description": "None",
162
+ "role_description": "cell",
163
+ "value": "None",
164
+ "children": [
165
+ {
166
+ "name": "None",
167
+ "role": "AXImage",
168
+ "description": "Menu Bar Layout",
169
+ "role_description": "image",
170
+ "value": "None",
171
+ "children": [],
172
+ "bbox": [
173
+ 32,
174
+ 212,
175
+ 70,
176
+ 68
177
+ ],
178
+ "visible_bbox": [
179
+ 32,
180
+ 212,
181
+ 70,
182
+ 68
183
+ ]
184
+ },
185
+ {
186
+ "name": "None",
187
+ "role": "AXStaticText",
188
+ "description": "None",
189
+ "role_description": "text",
190
+ "value": "Menu Bar Items",
191
+ "children": [],
192
+ "bbox": [
193
+ 114,
194
+ 230,
195
+ 198,
196
+ 32
197
+ ],
198
+ "visible_bbox": [
199
+ 114,
200
+ 230,
201
+ 198,
202
+ 32
203
+ ]
204
+ }
205
+ ],
206
+ "bbox": [
207
+ 20,
208
+ 196,
209
+ 440,
210
+ 100
211
+ ],
212
+ "visible_bbox": [
213
+ 20,
214
+ 196,
215
+ 440,
216
+ 100
217
+ ]
218
+ }
219
+ ],
220
+ "bbox": [
221
+ 0,
222
+ 196,
223
+ 480,
224
+ 100
225
+ ],
226
+ "visible_bbox": [
227
+ 0,
228
+ 196,
229
+ 480,
230
+ 100
231
+ ]
232
+ },
233
+ {
234
+ "name": "None",
235
+ "role": "AXRow",
236
+ "description": "None",
237
+ "role_description": "outline row",
238
+ "value": "None",
239
+ "children": [
240
+ {
241
+ "name": "None",
242
+ "role": "AXCell",
243
+ "description": "None",
244
+ "role_description": "cell",
245
+ "value": "None",
246
+ "children": [
247
+ {
248
+ "name": "None",
249
+ "role": "AXImage",
250
+ "description": "Menu Bar Style",
251
+ "role_description": "image",
252
+ "value": "None",
253
+ "children": [],
254
+ "bbox": [
255
+ 32,
256
+ 308,
257
+ 70,
258
+ 72
259
+ ],
260
+ "visible_bbox": [
261
+ 32,
262
+ 308,
263
+ 70,
264
+ 72
265
+ ]
266
+ },
267
+ {
268
+ "name": "None",
269
+ "role": "AXStaticText",
270
+ "description": "None",
271
+ "role_description": "text",
272
+ "value": "Menu Bar Style",
273
+ "children": [],
274
+ "bbox": [
275
+ 114,
276
+ 330,
277
+ 192,
278
+ 32
279
+ ],
280
+ "visible_bbox": [
281
+ 114,
282
+ 330,
283
+ 192,
284
+ 32
285
+ ]
286
+ }
287
+ ],
288
+ "bbox": [
289
+ 20,
290
+ 296,
291
+ 440,
292
+ 100
293
+ ],
294
+ "visible_bbox": [
295
+ 20,
296
+ 296,
297
+ 440,
298
+ 100
299
+ ]
300
+ }
301
+ ],
302
+ "bbox": [
303
+ 0,
304
+ 296,
305
+ 480,
306
+ 100
307
+ ],
308
+ "visible_bbox": [
309
+ 0,
310
+ 296,
311
+ 480,
312
+ 100
313
+ ]
314
+ },
315
+ {
316
+ "name": "None",
317
+ "role": "AXRow",
318
+ "description": "None",
319
+ "role_description": "outline row",
320
+ "value": "None",
321
+ "children": [
322
+ {
323
+ "name": "None",
324
+ "role": "AXCell",
325
+ "description": "None",
326
+ "role_description": "cell",
327
+ "value": "None",
328
+ "children": [
329
+ {
330
+ "name": "None",
331
+ "role": "AXImage",
332
+ "description": "Presets",
333
+ "role_description": "image",
334
+ "value": "None",
335
+ "children": [],
336
+ "bbox": [
337
+ 32,
338
+ 412,
339
+ 70,
340
+ 68
341
+ ],
342
+ "visible_bbox": [
343
+ 32,
344
+ 412,
345
+ 70,
346
+ 68
347
+ ]
348
+ },
349
+ {
350
+ "name": "None",
351
+ "role": "AXStaticText",
352
+ "description": "None",
353
+ "role_description": "text",
354
+ "value": "Presets",
355
+ "children": [],
356
+ "bbox": [
357
+ 114,
358
+ 430,
359
+ 100,
360
+ 32
361
+ ],
362
+ "visible_bbox": [
363
+ 114,
364
+ 430,
365
+ 100,
366
+ 32
367
+ ]
368
+ }
369
+ ],
370
+ "bbox": [
371
+ 20,
372
+ 396,
373
+ 440,
374
+ 100
375
+ ],
376
+ "visible_bbox": [
377
+ 20,
378
+ 396,
379
+ 440,
380
+ 100
381
+ ]
382
+ }
383
+ ],
384
+ "bbox": [
385
+ 0,
386
+ 396,
387
+ 480,
388
+ 100
389
+ ],
390
+ "visible_bbox": [
391
+ 0,
392
+ 396,
393
+ 480,
394
+ 100
395
+ ]
396
+ },
397
+ {
398
+ "name": "None",
399
+ "role": "AXRow",
400
+ "description": "None",
401
+ "role_description": "outline row",
402
+ "value": "None",
403
+ "children": [
404
+ {
405
+ "name": "None",
406
+ "role": "AXCell",
407
+ "description": "None",
408
+ "role_description": "cell",
409
+ "value": "None",
410
+ "children": [
411
+ {
412
+ "name": "None",
413
+ "role": "AXImage",
414
+ "description": "Triggers",
415
+ "role_description": "image",
416
+ "value": "None",
417
+ "children": [],
418
+ "bbox": [
419
+ 32,
420
+ 506,
421
+ 70,
422
+ 76
423
+ ],
424
+ "visible_bbox": [
425
+ 32,
426
+ 506,
427
+ 70,
428
+ 76
429
+ ]
430
+ },
431
+ {
432
+ "name": "None",
433
+ "role": "AXStaticText",
434
+ "description": "None",
435
+ "role_description": "text",
436
+ "value": "Triggers",
437
+ "children": [],
438
+ "bbox": [
439
+ 114,
440
+ 530,
441
+ 108,
442
+ 32
443
+ ],
444
+ "visible_bbox": [
445
+ 114,
446
+ 530,
447
+ 108,
448
+ 32
449
+ ]
450
+ }
451
+ ],
452
+ "bbox": [
453
+ 20,
454
+ 496,
455
+ 440,
456
+ 100
457
+ ],
458
+ "visible_bbox": [
459
+ 20,
460
+ 496,
461
+ 440,
462
+ 100
463
+ ]
464
+ }
465
+ ],
466
+ "bbox": [
467
+ 0,
468
+ 496,
469
+ 480,
470
+ 100
471
+ ],
472
+ "visible_bbox": [
473
+ 0,
474
+ 496,
475
+ 480,
476
+ 100
477
+ ]
478
+ },
479
+ {
480
+ "name": "None",
481
+ "role": "AXRow",
482
+ "description": "None",
483
+ "role_description": "outline row",
484
+ "value": "None",
485
+ "children": [
486
+ {
487
+ "name": "None",
488
+ "role": "AXCell",
489
+ "description": "None",
490
+ "role_description": "cell",
491
+ "value": "None",
492
+ "children": [
493
+ {
494
+ "name": "None",
495
+ "role": "AXImage",
496
+ "description": "Hot Keys",
497
+ "role_description": "image",
498
+ "value": "None",
499
+ "children": [],
500
+ "bbox": [
501
+ 32,
502
+ 612,
503
+ 70,
504
+ 68
505
+ ],
506
+ "visible_bbox": [
507
+ 32,
508
+ 612,
509
+ 70,
510
+ 68
511
+ ]
512
+ },
513
+ {
514
+ "name": "None",
515
+ "role": "AXStaticText",
516
+ "description": "None",
517
+ "role_description": "text",
518
+ "value": "Hotkeys",
519
+ "children": [],
520
+ "bbox": [
521
+ 114,
522
+ 630,
523
+ 106,
524
+ 32
525
+ ],
526
+ "visible_bbox": [
527
+ 114,
528
+ 630,
529
+ 106,
530
+ 32
531
+ ]
532
+ }
533
+ ],
534
+ "bbox": [
535
+ 20,
536
+ 596,
537
+ 440,
538
+ 100
539
+ ],
540
+ "visible_bbox": [
541
+ 20,
542
+ 596,
543
+ 440,
544
+ 100
545
+ ]
546
+ }
547
+ ],
548
+ "bbox": [
549
+ 0,
550
+ 596,
551
+ 480,
552
+ 100
553
+ ],
554
+ "visible_bbox": [
555
+ 0,
556
+ 596,
557
+ 480,
558
+ 100
559
+ ]
560
+ },
561
+ {
562
+ "name": "None",
563
+ "role": "AXRow",
564
+ "description": "None",
565
+ "role_description": "outline row",
566
+ "value": "None",
567
+ "children": [
568
+ {
569
+ "name": "None",
570
+ "role": "AXCell",
571
+ "description": "None",
572
+ "role_description": "cell",
573
+ "value": "None",
574
+ "children": [
575
+ {
576
+ "name": "None",
577
+ "role": "AXImage",
578
+ "description": "Advanced",
579
+ "role_description": "image",
580
+ "value": "None",
581
+ "children": [],
582
+ "bbox": [
583
+ 32,
584
+ 708,
585
+ 70,
586
+ 74
587
+ ],
588
+ "visible_bbox": [
589
+ 32,
590
+ 708,
591
+ 70,
592
+ 74
593
+ ]
594
+ },
595
+ {
596
+ "name": "None",
597
+ "role": "AXStaticText",
598
+ "description": "None",
599
+ "role_description": "text",
600
+ "value": "Advanced",
601
+ "children": [],
602
+ "bbox": [
603
+ 114,
604
+ 730,
605
+ 128,
606
+ 32
607
+ ],
608
+ "visible_bbox": [
609
+ 114,
610
+ 730,
611
+ 128,
612
+ 32
613
+ ]
614
+ }
615
+ ],
616
+ "bbox": [
617
+ 20,
618
+ 696,
619
+ 440,
620
+ 100
621
+ ],
622
+ "visible_bbox": [
623
+ 20,
624
+ 696,
625
+ 440,
626
+ 100
627
+ ]
628
+ }
629
+ ],
630
+ "bbox": [
631
+ 0,
632
+ 696,
633
+ 480,
634
+ 100
635
+ ],
636
+ "visible_bbox": [
637
+ 0,
638
+ 696,
639
+ 480,
640
+ 100
641
+ ]
642
+ },
643
+ {
644
+ "name": "None",
645
+ "role": "AXRow",
646
+ "description": "None",
647
+ "role_description": "outline row",
648
+ "value": "None",
649
+ "children": [
650
+ {
651
+ "name": "None",
652
+ "role": "AXCell",
653
+ "description": "None",
654
+ "role_description": "cell",
655
+ "value": "None",
656
+ "children": [
657
+ {
658
+ "name": "None",
659
+ "role": "AXImage",
660
+ "description": "",
661
+ "role_description": "image",
662
+ "value": "None",
663
+ "children": [],
664
+ "bbox": [
665
+ 32,
666
+ 818,
667
+ 70,
668
+ 58
669
+ ],
670
+ "visible_bbox": [
671
+ 32,
672
+ 818,
673
+ 70,
674
+ 58
675
+ ]
676
+ },
677
+ {
678
+ "name": "None",
679
+ "role": "AXStaticText",
680
+ "description": "None",
681
+ "role_description": "text",
682
+ "value": "About",
683
+ "children": [],
684
+ "bbox": [
685
+ 114,
686
+ 830,
687
+ 80,
688
+ 32
689
+ ],
690
+ "visible_bbox": [
691
+ 114,
692
+ 830,
693
+ 80,
694
+ 32
695
+ ]
696
+ }
697
+ ],
698
+ "bbox": [
699
+ 20,
700
+ 796,
701
+ 440,
702
+ 100
703
+ ],
704
+ "visible_bbox": [
705
+ 20,
706
+ 796,
707
+ 440,
708
+ 100
709
+ ]
710
+ }
711
+ ],
712
+ "bbox": [
713
+ 0,
714
+ 796,
715
+ 480,
716
+ 100
717
+ ],
718
+ "visible_bbox": [
719
+ 0,
720
+ 796,
721
+ 480,
722
+ 100
723
+ ]
724
+ },
725
+ {
726
+ "name": "None",
727
+ "role": "AXColumn",
728
+ "description": "None",
729
+ "role_description": "column",
730
+ "value": "None",
731
+ "children": [],
732
+ "bbox": [
733
+ 20,
734
+ 76,
735
+ 440,
736
+ 1044
737
+ ],
738
+ "visible_bbox": [
739
+ 20,
740
+ 76,
741
+ 440,
742
+ 1044
743
+ ]
744
+ }
745
+ ],
746
+ "bbox": [
747
+ 0,
748
+ 76,
749
+ 480,
750
+ 1044
751
+ ],
752
+ "visible_bbox": [
753
+ 0,
754
+ 76,
755
+ 480,
756
+ 1044
757
+ ]
758
+ }
759
+ ],
760
+ "bbox": [
761
+ 0,
762
+ 76,
763
+ 480,
764
+ 1044
765
+ ],
766
+ "visible_bbox": [
767
+ 0,
768
+ 76,
769
+ 480,
770
+ 1044
771
+ ]
772
+ },
773
+ {
774
+ "name": "None",
775
+ "role": "AXSplitter",
776
+ "description": "None",
777
+ "role_description": "splitter",
778
+ "value": "240.0",
779
+ "children": [],
780
+ "bbox": [
781
+ 480,
782
+ 56,
783
+ 2,
784
+ 1064
785
+ ],
786
+ "visible_bbox": [
787
+ 480,
788
+ 56,
789
+ 2,
790
+ 1064
791
+ ]
792
+ },
793
+ {
794
+ "name": "None",
795
+ "role": "AXStaticText",
796
+ "description": "None",
797
+ "role_description": "text",
798
+ "value": "Menu Bar Style",
799
+ "children": [],
800
+ "bbox": [
801
+ 518,
802
+ 40,
803
+ 928,
804
+ 40
805
+ ],
806
+ "visible_bbox": [
807
+ 518,
808
+ 40,
809
+ 928,
810
+ 40
811
+ ]
812
+ },
813
+ {
814
+ "name": "None",
815
+ "role": "AXStaticText",
816
+ "description": "None",
817
+ "role_description": "text",
818
+ "value": "Right click on empty menu bar space on any menu bar to set its styling",
819
+ "children": [],
820
+ "bbox": [
821
+ 518,
822
+ 104,
823
+ 928,
824
+ 32
825
+ ],
826
+ "visible_bbox": [
827
+ 518,
828
+ 104,
829
+ 928,
830
+ 32
831
+ ]
832
+ },
833
+ {
834
+ "name": "None",
835
+ "role": "AXGroup",
836
+ "description": "None",
837
+ "role_description": "group",
838
+ "value": "None",
839
+ "children": [
840
+ {
841
+ "name": "None",
842
+ "role": "AXStaticText",
843
+ "description": "None",
844
+ "role_description": "text",
845
+ "value": "Menu bar tint",
846
+ "children": [],
847
+ "bbox": [
848
+ 560,
849
+ 178,
850
+ 170,
851
+ 32
852
+ ],
853
+ "visible_bbox": [
854
+ 560,
855
+ 178,
856
+ 170,
857
+ 32
858
+ ]
859
+ },
860
+ {
861
+ "name": "Add Color Stop for gradient",
862
+ "role": "AXButton",
863
+ "description": "None",
864
+ "role_description": "button",
865
+ "value": "None",
866
+ "children": [],
867
+ "bbox": [
868
+ 998,
869
+ 286,
870
+ 402,
871
+ 64
872
+ ],
873
+ "visible_bbox": [
874
+ 998,
875
+ 286,
876
+ 402,
877
+ 64
878
+ ]
879
+ },
880
+ {
881
+ "name": "Color the menu bar",
882
+ "role": "AXButton",
883
+ "description": "None",
884
+ "role_description": "button",
885
+ "value": "None",
886
+ "children": [],
887
+ "bbox": [
888
+ 564,
889
+ 296,
890
+ 258,
891
+ 54
892
+ ],
893
+ "visible_bbox": [
894
+ 564,
895
+ 296,
896
+ 258,
897
+ 54
898
+ ]
899
+ }
900
+ ],
901
+ "bbox": [
902
+ 516,
903
+ 156,
904
+ 932,
905
+ 222
906
+ ],
907
+ "visible_bbox": [
908
+ 516,
909
+ 156,
910
+ 932,
911
+ 222
912
+ ]
913
+ },
914
+ {
915
+ "name": "None",
916
+ "role": "AXGroup",
917
+ "description": "None",
918
+ "role_description": "group",
919
+ "value": "None",
920
+ "children": [
921
+ {
922
+ "name": "None",
923
+ "role": "AXStaticText",
924
+ "description": "None",
925
+ "role_description": "text",
926
+ "value": "Border Thickness",
927
+ "children": [],
928
+ "bbox": [
929
+ 560,
930
+ 424,
931
+ 220,
932
+ 32
933
+ ],
934
+ "visible_bbox": [
935
+ 560,
936
+ 424,
937
+ 220,
938
+ 32
939
+ ]
940
+ },
941
+ {
942
+ "name": "None",
943
+ "role": "AXComboBox",
944
+ "description": "None",
945
+ "role_description": "combo box",
946
+ "value": "No Border",
947
+ "children": [
948
+ {
949
+ "name": "",
950
+ "role": "AXButton",
951
+ "description": "None",
952
+ "role_description": "button",
953
+ "value": "None",
954
+ "children": [],
955
+ "bbox": [
956
+ 1360,
957
+ 418,
958
+ 56,
959
+ 46
960
+ ],
961
+ "visible_bbox": [
962
+ 1360,
963
+ 418,
964
+ 56,
965
+ 46
966
+ ]
967
+ }
968
+ ],
969
+ "bbox": [
970
+ 1208,
971
+ 418,
972
+ 198,
973
+ 46
974
+ ],
975
+ "visible_bbox": [
976
+ 1208,
977
+ 418,
978
+ 198,
979
+ 46
980
+ ]
981
+ },
982
+ {
983
+ "name": "None",
984
+ "role": "AXStaticText",
985
+ "description": "None",
986
+ "role_description": "text",
987
+ "value": "Border Color",
988
+ "children": [],
989
+ "bbox": [
990
+ 560,
991
+ 486,
992
+ 162,
993
+ 32
994
+ ],
995
+ "visible_bbox": [
996
+ 560,
997
+ 486,
998
+ 162,
999
+ 32
1000
+ ]
1001
+ },
1002
+ {
1003
+ "name": "None",
1004
+ "role": "AXColorWell",
1005
+ "description": "None",
1006
+ "role_description": "color well",
1007
+ "value": "rgb 0 0 0 1",
1008
+ "children": [],
1009
+ "bbox": [
1010
+ 1204,
1011
+ 474,
1012
+ 202,
1013
+ 56
1014
+ ],
1015
+ "visible_bbox": [
1016
+ 1204,
1017
+ 474,
1018
+ 202,
1019
+ 56
1020
+ ]
1021
+ },
1022
+ {
1023
+ "name": "None",
1024
+ "role": "AXStaticText",
1025
+ "description": "None",
1026
+ "role_description": "text",
1027
+ "value": "Shadow",
1028
+ "children": [],
1029
+ "bbox": [
1030
+ 560,
1031
+ 546,
1032
+ 104,
1033
+ 32
1034
+ ],
1035
+ "visible_bbox": [
1036
+ 560,
1037
+ 546,
1038
+ 104,
1039
+ 32
1040
+ ]
1041
+ },
1042
+ {
1043
+ "name": "None",
1044
+ "role": "AXButton",
1045
+ "description": "None",
1046
+ "role_description": "switch",
1047
+ "value": "0",
1048
+ "children": [],
1049
+ "bbox": [
1050
+ 1332,
1051
+ 542,
1052
+ 72,
1053
+ 42
1054
+ ],
1055
+ "visible_bbox": [
1056
+ 1332,
1057
+ 542,
1058
+ 72,
1059
+ 42
1060
+ ]
1061
+ }
1062
+ ],
1063
+ "bbox": [
1064
+ 516,
1065
+ 390,
1066
+ 932,
1067
+ 216
1068
+ ],
1069
+ "visible_bbox": [
1070
+ 516,
1071
+ 390,
1072
+ 932,
1073
+ 216
1074
+ ]
1075
+ },
1076
+ {
1077
+ "name": "None",
1078
+ "role": "AXGroup",
1079
+ "description": "None",
1080
+ "role_description": "group",
1081
+ "value": "None",
1082
+ "children": [
1083
+ {
1084
+ "name": "None",
1085
+ "role": "AXStaticText",
1086
+ "description": "None",
1087
+ "role_description": "text",
1088
+ "value": "Rounded menu bar",
1089
+ "children": [],
1090
+ "bbox": [
1091
+ 560,
1092
+ 640,
1093
+ 238,
1094
+ 48
1095
+ ],
1096
+ "visible_bbox": [
1097
+ 560,
1098
+ 640,
1099
+ 238,
1100
+ 48
1101
+ ]
1102
+ },
1103
+ {
1104
+ "name": "None",
1105
+ "role": "AXImage",
1106
+ "description": "RoundedMenuBar",
1107
+ "role_description": "image",
1108
+ "value": "None",
1109
+ "children": [],
1110
+ "bbox": [
1111
+ 1094,
1112
+ 640,
1113
+ 230,
1114
+ 48
1115
+ ],
1116
+ "visible_bbox": [
1117
+ 1094,
1118
+ 640,
1119
+ 230,
1120
+ 48
1121
+ ]
1122
+ },
1123
+ {
1124
+ "name": "None",
1125
+ "role": "AXButton",
1126
+ "description": "None",
1127
+ "role_description": "switch",
1128
+ "value": "0",
1129
+ "children": [],
1130
+ "bbox": [
1131
+ 1332,
1132
+ 638,
1133
+ 72,
1134
+ 54
1135
+ ],
1136
+ "visible_bbox": [
1137
+ 1332,
1138
+ 638,
1139
+ 72,
1140
+ 54
1141
+ ]
1142
+ },
1143
+ {
1144
+ "name": "None",
1145
+ "role": "AXStaticText",
1146
+ "description": "None",
1147
+ "role_description": "text",
1148
+ "value": "Rounded separate sides",
1149
+ "children": [],
1150
+ "bbox": [
1151
+ 560,
1152
+ 700,
1153
+ 300,
1154
+ 48
1155
+ ],
1156
+ "visible_bbox": [
1157
+ 560,
1158
+ 700,
1159
+ 300,
1160
+ 48
1161
+ ]
1162
+ },
1163
+ {
1164
+ "name": "None",
1165
+ "role": "AXImage",
1166
+ "description": "SeperatePills",
1167
+ "role_description": "image",
1168
+ "value": "None",
1169
+ "children": [],
1170
+ "bbox": [
1171
+ 1094,
1172
+ 700,
1173
+ 230,
1174
+ 48
1175
+ ],
1176
+ "visible_bbox": [
1177
+ 1094,
1178
+ 700,
1179
+ 230,
1180
+ 48
1181
+ ]
1182
+ },
1183
+ {
1184
+ "name": "None",
1185
+ "role": "AXButton",
1186
+ "description": "None",
1187
+ "role_description": "switch",
1188
+ "value": "0",
1189
+ "children": [],
1190
+ "bbox": [
1191
+ 1332,
1192
+ 698,
1193
+ 72,
1194
+ 54
1195
+ ],
1196
+ "visible_bbox": [
1197
+ 1332,
1198
+ 698,
1199
+ 72,
1200
+ 54
1201
+ ]
1202
+ }
1203
+ ],
1204
+ "bbox": [
1205
+ 516,
1206
+ 618,
1207
+ 932,
1208
+ 156
1209
+ ],
1210
+ "visible_bbox": [
1211
+ 516,
1212
+ 618,
1213
+ 932,
1214
+ 156
1215
+ ]
1216
+ },
1217
+ {
1218
+ "name": "None",
1219
+ "role": "AXGroup",
1220
+ "description": "None",
1221
+ "role_description": "group",
1222
+ "value": "None",
1223
+ "children": [
1224
+ {
1225
+ "name": "None",
1226
+ "role": "AXStaticText",
1227
+ "description": "None",
1228
+ "role_description": "text",
1229
+ "value": "Rounded corners",
1230
+ "children": [],
1231
+ "bbox": [
1232
+ 560,
1233
+ 808,
1234
+ 216,
1235
+ 32
1236
+ ],
1237
+ "visible_bbox": [
1238
+ 560,
1239
+ 808,
1240
+ 216,
1241
+ 32
1242
+ ]
1243
+ },
1244
+ {
1245
+ "name": "None",
1246
+ "role": "AXImage",
1247
+ "description": "RoundedCorners",
1248
+ "role_description": "image",
1249
+ "value": "None",
1250
+ "children": [],
1251
+ "bbox": [
1252
+ 848,
1253
+ 808,
1254
+ 240,
1255
+ 164
1256
+ ],
1257
+ "visible_bbox": [
1258
+ 848,
1259
+ 808,
1260
+ 240,
1261
+ 164
1262
+ ]
1263
+ },
1264
+ {
1265
+ "name": "None",
1266
+ "role": "AXStaticText",
1267
+ "description": "None",
1268
+ "role_description": "text",
1269
+ "value": "top of display",
1270
+ "children": [],
1271
+ "bbox": [
1272
+ 1154,
1273
+ 810,
1274
+ 172,
1275
+ 32
1276
+ ],
1277
+ "visible_bbox": [
1278
+ 1154,
1279
+ 810,
1280
+ 172,
1281
+ 32
1282
+ ]
1283
+ },
1284
+ {
1285
+ "name": "None",
1286
+ "role": "AXButton",
1287
+ "description": "None",
1288
+ "role_description": "switch",
1289
+ "value": "0",
1290
+ "children": [],
1291
+ "bbox": [
1292
+ 1332,
1293
+ 806,
1294
+ 72,
1295
+ 42
1296
+ ],
1297
+ "visible_bbox": [
1298
+ 1332,
1299
+ 806,
1300
+ 72,
1301
+ 42
1302
+ ]
1303
+ },
1304
+ {
1305
+ "name": "None",
1306
+ "role": "AXStaticText",
1307
+ "description": "None",
1308
+ "role_description": "text",
1309
+ "value": "below menu bar",
1310
+ "children": [],
1311
+ "bbox": [
1312
+ 1108,
1313
+ 874,
1314
+ 200,
1315
+ 32
1316
+ ],
1317
+ "visible_bbox": [
1318
+ 1108,
1319
+ 874,
1320
+ 200,
1321
+ 32
1322
+ ]
1323
+ },
1324
+ {
1325
+ "name": "None",
1326
+ "role": "AXButton",
1327
+ "description": "None",
1328
+ "role_description": "switch",
1329
+ "value": "0",
1330
+ "children": [],
1331
+ "bbox": [
1332
+ 1332,
1333
+ 870,
1334
+ 72,
1335
+ 42
1336
+ ],
1337
+ "visible_bbox": [
1338
+ 1332,
1339
+ 870,
1340
+ 72,
1341
+ 42
1342
+ ]
1343
+ },
1344
+ {
1345
+ "name": "None",
1346
+ "role": "AXStaticText",
1347
+ "description": "None",
1348
+ "role_description": "text",
1349
+ "value": "bottom of display",
1350
+ "children": [],
1351
+ "bbox": [
1352
+ 1108,
1353
+ 938,
1354
+ 220,
1355
+ 32
1356
+ ],
1357
+ "visible_bbox": [
1358
+ 1108,
1359
+ 938,
1360
+ 220,
1361
+ 32
1362
+ ]
1363
+ },
1364
+ {
1365
+ "name": "None",
1366
+ "role": "AXButton",
1367
+ "description": "None",
1368
+ "role_description": "switch",
1369
+ "value": "0",
1370
+ "children": [],
1371
+ "bbox": [
1372
+ 1332,
1373
+ 934,
1374
+ 72,
1375
+ 42
1376
+ ],
1377
+ "visible_bbox": [
1378
+ 1332,
1379
+ 934,
1380
+ 72,
1381
+ 42
1382
+ ]
1383
+ }
1384
+ ],
1385
+ "bbox": [
1386
+ 516,
1387
+ 786,
1388
+ 932,
1389
+ 212
1390
+ ],
1391
+ "visible_bbox": [
1392
+ 516,
1393
+ 786,
1394
+ 932,
1395
+ 212
1396
+ ]
1397
+ },
1398
+ {
1399
+ "name": "Reset menu bar",
1400
+ "role": "AXButton",
1401
+ "description": "None",
1402
+ "role_description": "button",
1403
+ "value": "None",
1404
+ "children": [],
1405
+ "bbox": [
1406
+ 510,
1407
+ 1012,
1408
+ 254,
1409
+ 80
1410
+ ],
1411
+ "visible_bbox": [
1412
+ 510,
1413
+ 1012,
1414
+ 254,
1415
+ 80
1416
+ ]
1417
+ },
1418
+ {
1419
+ "name": "Apply to all menu bars",
1420
+ "role": "AXButton",
1421
+ "description": "None",
1422
+ "role_description": "button",
1423
+ "value": "None",
1424
+ "children": [],
1425
+ "bbox": [
1426
+ 814,
1427
+ 1012,
1428
+ 334,
1429
+ 80
1430
+ ],
1431
+ "visible_bbox": [
1432
+ 814,
1433
+ 1012,
1434
+ 334,
1435
+ 80
1436
+ ]
1437
+ }
1438
+ ],
1439
+ "bbox": [
1440
+ 0,
1441
+ 0,
1442
+ 1482,
1443
+ 1120
1444
+ ],
1445
+ "visible_bbox": [
1446
+ 0,
1447
+ 0,
1448
+ 1482,
1449
+ 1120
1450
+ ]
1451
+ },
1452
+ {
1453
+ "name": "None",
1454
+ "role": "AXButton",
1455
+ "description": "None",
1456
+ "role_description": "close button",
1457
+ "value": "None",
1458
+ "children": [],
1459
+ "bbox": [
1460
+ 14,
1461
+ 12,
1462
+ 28,
1463
+ 32
1464
+ ],
1465
+ "visible_bbox": [
1466
+ 14,
1467
+ 12,
1468
+ 28,
1469
+ 32
1470
+ ]
1471
+ },
1472
+ {
1473
+ "name": "None",
1474
+ "role": "AXButton",
1475
+ "description": "None",
1476
+ "role_description": "zoom button",
1477
+ "value": "None",
1478
+ "children": [
1479
+ {
1480
+ "name": "None",
1481
+ "role": "AXGroup",
1482
+ "description": "None",
1483
+ "role_description": "group",
1484
+ "value": "None",
1485
+ "children": [
1486
+ {
1487
+ "name": "None",
1488
+ "role": "AXGroup",
1489
+ "description": "None",
1490
+ "role_description": "group",
1491
+ "value": "None",
1492
+ "children": [],
1493
+ "bbox": [
1494
+ 94,
1495
+ 12,
1496
+ 28,
1497
+ 32
1498
+ ],
1499
+ "visible_bbox": [
1500
+ 94,
1501
+ 12,
1502
+ 28,
1503
+ 32
1504
+ ]
1505
+ }
1506
+ ],
1507
+ "bbox": [
1508
+ 94,
1509
+ 12,
1510
+ 28,
1511
+ 32
1512
+ ],
1513
+ "visible_bbox": [
1514
+ 94,
1515
+ 12,
1516
+ 28,
1517
+ 32
1518
+ ]
1519
+ }
1520
+ ],
1521
+ "bbox": [
1522
+ 94,
1523
+ 12,
1524
+ 28,
1525
+ 32
1526
+ ],
1527
+ "visible_bbox": [
1528
+ 94,
1529
+ 12,
1530
+ 28,
1531
+ 32
1532
+ ]
1533
+ },
1534
+ {
1535
+ "name": "None",
1536
+ "role": "AXButton",
1537
+ "description": "None",
1538
+ "role_description": "minimize button",
1539
+ "value": "None",
1540
+ "children": [],
1541
+ "bbox": [
1542
+ 54,
1543
+ 12,
1544
+ 28,
1545
+ 32
1546
+ ],
1547
+ "visible_bbox": [
1548
+ 54,
1549
+ 12,
1550
+ 28,
1551
+ 32
1552
+ ]
1553
+ }
1554
+ ],
1555
+ "bbox": [
1556
+ 0,
1557
+ 0,
1558
+ 1482,
1559
+ 1120
1560
+ ],
1561
+ "visible_bbox": [
1562
+ 0,
1563
+ 0,
1564
+ 1482,
1565
+ 1120
1566
+ ]
1567
+ }
app_data/Bartender/1707227567/Bartender 5-1707227567.87.png ADDED

Git LFS Details

  • SHA256: 1003ccd89aa950cfc2cb3c8c5ad90e1552bad9b5d10d4a4def0030624522e165
  • Pointer size: 131 Bytes
  • Size of remote file: 155 kB