OLD | NEW |
1 [ | 1 [ |
2 { "name": "platform", "type": "autostart" }, | 2 { "name": "platform", "type": "autostart" }, |
3 { "name": "main", "type": "autostart" }, | 3 { "name": "main", "type": "autostart" }, |
4 { "name": "components", "type": "autostart" }, | 4 { "name": "components", "type": "autostart" }, |
5 { "name": "ui", "type": "autostart" }, | 5 { "name": "ui", "type": "autostart" }, |
6 { "name": "sdk", "type": "autostart" }, | 6 { "name": "sdk", "type": "autostart" }, |
7 { "name": "host", "type": "autostart" }, | 7 { "name": "host", "type": "autostart" }, |
8 { "name": "common", "type": "autostart" }, | 8 { "name": "common", "type": "autostart" }, |
9 { "name": "emulation", "type": "autostart" }, | 9 { "name": "emulation", "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": "extensions", "type": "autostart" }, |
13 { "name": "ui_lazy" }, | 13 { "name": "ui_lazy" }, |
14 { "name": "components_lazy" }, | 14 { "name": "components_lazy" }, |
15 { "name": "elements" }, | 15 { "name": "elements" }, |
16 { "name": "network" }, | 16 { "name": "network" }, |
17 { "name": "sources" }, | 17 { "name": "sources" }, |
18 { "name": "timeline" }, | 18 { "name": "timeline" }, |
19 { "name": "profiler" }, | 19 { "name": "profiler" }, |
20 { "name": "resources" }, | 20 { "name": "resources" }, |
21 { "name": "audits" }, | 21 { "name": "audits" }, |
22 { "name": "devices" }, | 22 { "name": "devices" }, |
23 { "name": "security" }, | 23 { "name": "security" }, |
24 { "name": "console" }, | 24 { "name": "console" }, |
25 { "name": "source_frame" }, | 25 { "name": "source_frame" }, |
26 { "name": "cm_modes", "type": "remote" }, | 26 { "name": "cm_modes", "type": "remote" }, |
27 { "name": "settings" }, | 27 { "name": "settings" }, |
28 { "name": "layers" }, | 28 { "name": "layers" }, |
29 { "name": "promises" }, | |
30 { "name": "snippets" }, | 29 { "name": "snippets" }, |
31 { "name": "diff" }, | 30 { "name": "diff" }, |
32 { "name": "sass" }, | 31 { "name": "sass" }, |
33 { "name": "accessibility" }, | 32 { "name": "accessibility" }, |
34 { "name": "animation" }, | 33 { "name": "animation" }, |
35 { "name": "es_tree" }, | 34 { "name": "es_tree" }, |
36 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, | 35 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, |
37 { "name": "emulated_devices", "type": "remote" }, | 36 { "name": "emulated_devices", "type": "remote" }, |
38 | 37 |
39 { "name": "heap_snapshot_worker", "type": "worker" }, | 38 { "name": "heap_snapshot_worker", "type": "worker" }, |
40 { "name": "formatter_worker", "type": "worker" }, | 39 { "name": "formatter_worker", "type": "worker" }, |
41 { "name": "temp_storage_shared_worker", "type": "worker" } | 40 { "name": "temp_storage_shared_worker", "type": "worker" } |
42 ] | 41 ] |
OLD | NEW |