-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOpenEye.json
47 lines (47 loc) · 1.15 KB
/
OpenEye.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"gui": {
"mainScreenExtraLine": {
"comment": "Enables extra line in main menu screen under buttons (if true, only note button will be displayed)",
"value": true
},
"mainScreenNotes": {
"comment": "Enables OpenEye additions to main menu screen",
"value": true
}
},
"features": {
"responseBlacklist": {
"value": []
},
"reportsBlacklist": {
"value": []
}
},
"data": {
"scanOnly": {
"comment": "Send only information about files and crashes - no analytics",
"value": false
},
"tags": {
"value": []
},
"sentCrashReportsLimit": {
"comment": "Maximum number of crash reports from single category sent per single run",
"value": 20
}
},
"debug": {
"debugSanitizer": {
"value": false
},
"crashOnStartup": {
"value": false
},
"pingOnInitialReport": {
"value": false
},
"dontSend": {
"value": false
}
}
}