OLD | NEW |
1 [ | 1 [ |
2 { "name": "main", "type": "autostart" }, | 2 { "name": "main", "type": "autostart" }, |
3 { "name": "components", "type": "autostart" }, | 3 { "name": "components", "type": "autostart" }, |
4 { "name": "ui", "type": "autostart" }, | 4 { "name": "ui", "type": "autostart" }, |
5 { "name": "sdk", "type": "autostart" }, | 5 { "name": "sdk", "type": "autostart" }, |
6 { "name": "host", "type": "autostart" }, | 6 { "name": "host", "type": "autostart" }, |
7 { "name": "common", "type": "autostart" }, | 7 { "name": "common", "type": "autostart" }, |
8 { "name": "toolbox", "type": "autostart" }, | 8 { "name": "toolbox", "type": "autostart" }, |
9 { "name": "screencast", "type": "autostart" }, | 9 { "name": "screencast", "type": "autostart" }, |
10 { "name": "workspace", "type": "autostart" }, | 10 { "name": "workspace", "type": "autostart" }, |
11 { "name": "bindings", "type": "autostart" }, | 11 { "name": "bindings", "type": "autostart" }, |
| 12 { "name": "extensions", "type": "autostart" }, |
12 { "name": "elements" }, | 13 { "name": "elements" }, |
13 { "name": "network" }, | 14 { "name": "network" }, |
14 { "name": "sources" }, | 15 { "name": "sources" }, |
15 { "name": "timeline" }, | 16 { "name": "timeline" }, |
16 { "name": "profiler" }, | 17 { "name": "profiler" }, |
17 { "name": "resources" }, | 18 { "name": "resources" }, |
18 { "name": "audits" }, | 19 { "name": "audits" }, |
19 { "name": "console" }, | 20 { "name": "console" }, |
20 { "name": "source_frame" }, | 21 { "name": "source_frame" }, |
21 { "name": "extensions" }, | |
22 { "name": "settings" }, | 22 { "name": "settings" }, |
23 { "name": "devices" }, | 23 { "name": "devices" }, |
24 { "name": "documentation" }, | 24 { "name": "documentation" }, |
25 { "name": "layers" }, | 25 { "name": "layers" }, |
26 { "name": "promises" }, | 26 { "name": "promises" }, |
27 | 27 |
28 { "name": "heap_snapshot_worker", "type": "worker" }, | 28 { "name": "heap_snapshot_worker", "type": "worker" }, |
29 { "name": "script_formatter_worker", "type": "worker" }, | 29 { "name": "script_formatter_worker", "type": "worker" }, |
30 { "name": "temp_storage_shared_worker", "type": "worker" } | 30 { "name": "temp_storage_shared_worker", "type": "worker" } |
31 ] | 31 ] |
OLD | NEW |