| OLD | NEW |
| 1 { | 1 { |
| 2 "manifest_version": 1, | 2 "manifest_version": 1, |
| 3 "name": "service:ash", | 3 "name": "service:ash", |
| 4 "display_name": "Ash Window Manager and Shell", | 4 "display_name": "Ash Window Manager and Shell", |
| 5 "capabilities": { | 5 "capabilities": { |
| 6 "provided": { | 6 "provided": { |
| 7 "ash": [ |
| 8 "ash::mojom::ShelfController", |
| 9 "ash::mojom::SystemTray", |
| 10 "ash::mojom::WallpaperController" |
| 11 ], |
| 7 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ] | 12 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ] |
| 8 }, | 13 }, |
| 9 "required": { | 14 "required": { |
| 10 "*": { "classes": [ "accessibility", "app" ] }, | 15 "*": { "classes": [ "accessibility", "app" ] }, |
| 11 "service:content_browser" : { | 16 "service:content_browser" : { |
| 12 "interfaces": [ | 17 "interfaces": [ |
| 13 "ash::mojom::SystemTrayClient", | 18 "ash::mojom::SystemTrayClient", |
| 14 "ash::mojom::WallpaperManager", | 19 "ash::mojom::WallpaperManager", |
| 15 "app_list::mojom::AppListPresenter", | 20 "app_list::mojom::AppListPresenter", |
| 16 "keyboard::mojom::Keyboard" | 21 "keyboard::mojom::Keyboard" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 27 ] | 32 ] |
| 28 }, | 33 }, |
| 29 "service:touch_hud": { | 34 "service:touch_hud": { |
| 30 "interfaces": [ | 35 "interfaces": [ |
| 31 "mash::mojom::Launchable" | 36 "mash::mojom::Launchable" |
| 32 ] | 37 ] |
| 33 } | 38 } |
| 34 } | 39 } |
| 35 } | 40 } |
| 36 } | 41 } |
| OLD | NEW |