-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjshelter-options.json
More file actions
42 lines (42 loc) · 949 Bytes
/
Copy pathjshelter-options.json
File metadata and controls
42 lines (42 loc) · 949 Bytes
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
{
"custom_levels": {
"RecommendedWithWebWorkers": {
"level_text": "Recommended with WebWorkers",
"level_id": "RecommendedWithWebWorkers",
"level_description": "Recommended level but with WebWorkers support",
"time_precision": 3,
"htmlcanvaselement": 1,
"audiobuffer": 1,
"webgl": 1,
"plugins": 2,
"enumerateDevices": 2,
"hardware": 1,
"xhr": 0,
"arrays": 0,
"webworker": 0,
"geolocation": 3,
"coopschedule": 1,
"gamepads": 1,
"playback": 0,
"analytics": 1,
"windowname": 0,
"wasm": 1
}
},
"domains": {},
"nbsWhitelist": {},
"nbsSettings": {
"notifications": 1,
"blocking": 1
},
"fpdWhitelist": {},
"fpdSettings": {
"behavior": 0,
"detection": 0,
"notifications": 1
},
"requestShieldOn": true,
"version": 7,
"fpDetectionOn": true,
"__default__": "RecommendedWithWebWorkers"
}