OLD | NEW |
1 { | 1 { |
2 "manifest_version": 1, | 2 "manifest_version": 1, |
3 "name": "mojo:ash", | 3 "name": "mojo: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 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ] | 7 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ] |
8 }, | 8 }, |
9 "required": { | 9 "required": { |
10 "*": { "classes": [ "app" ] }, | 10 "*": { "classes": [ "accessibility", "app" ] }, |
11 "mojo:ui": { "interfaces": [ "ui::mojom::WindowManagerWindowTreeFactory" ]
} | 11 "mojo:ui": { |
| 12 "interfaces": [ |
| 13 "ui::mojom::AccessibilityManager", |
| 14 "ui::mojom::WindowManagerWindowTreeFactory" |
| 15 ] |
| 16 } |
12 } | 17 } |
13 } | 18 } |
14 } | 19 } |
OLD | NEW |