| 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": [ | 7 "ash": [ |
| 8 "ash::mojom::LocaleNotificationController", |
| 8 "ash::mojom::ShelfController", | 9 "ash::mojom::ShelfController", |
| 9 "ash::mojom::SystemTray", | 10 "ash::mojom::SystemTray", |
| 10 "ash::mojom::WallpaperController" | 11 "ash::mojom::WallpaperController" |
| 11 ], | 12 ], |
| 12 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ] | 13 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ] |
| 13 }, | 14 }, |
| 14 "required": { | 15 "required": { |
| 15 "*": [ "accessibility", "app" ], | 16 "*": [ "accessibility", "app" ], |
| 16 "service:content_browser" : [ "content_browser:ash" ], | 17 "service:content_browser" : [ "content_browser:ash" ], |
| 17 "service:mash_session": [ "mash_session:session" ], | 18 "service:mash_session": [ "mash_session:session" ], |
| 18 "service:ui": [ "ui:window_manager" ], | 19 "service:ui": [ "ui:window_manager" ], |
| 19 "service:touch_hud": [ "mash:launchable" ] | 20 "service:touch_hud": [ "mash:launchable" ] |
| 20 } | 21 } |
| 21 } | 22 } |
| 22 } | 23 } |
| OLD | NEW |