OLD | NEW |
1 { | 1 { |
2 "manifest_version": 1, | 2 "manifest_version": 1, |
3 "name": "exe:chrome", | 3 "name": "exe:chrome", |
4 "display_name": "Chrome", | 4 "display_name": "Chrome", |
5 "capabilities": { | 5 "capabilities": { |
6 "required": { | 6 "required": { |
7 "*": { "classes": [ "app" ] }, | 7 "*": { "classes": [ "app" ] }, |
8 "mojo:ash": { | 8 "mojo:ash": { |
9 "interfaces": [ | 9 "interfaces": [ |
10 "ash::mojom::ShelfController", | 10 "ash::mojom::ShelfController", |
11 "ash::mojom::WallpaperController" | 11 "ash::mojom::WallpaperController" |
12 ] | 12 ] |
| 13 }, |
| 14 "mojo:touch_hud": { |
| 15 "interfaces": [ |
| 16 "mash::mojom::Launchable" |
| 17 ] |
13 } | 18 } |
14 }, | 19 }, |
15 "provided": { | 20 "provided": { |
16 "mash:launchable": [ "mash::mojom::Launchable" ], | 21 "mash:launchable": [ "mash::mojom::Launchable" ], |
17 "app_list:presenter": [ "app_list::mojom::AppListPresenter" ] | 22 "app_list:presenter": [ "app_list::mojom::AppListPresenter" ] |
18 } | 23 } |
19 } | 24 } |
20 } | 25 } |
OLD | NEW |