| Index: mash/app_driver/manifest.json
|
| diff --git a/mash/app_driver/manifest.json b/mash/app_driver/manifest.json
|
| index 833c6c7e3ed964172220caec5a1b34596acfc864..f77792f485dbf689c341fe1e6f5b61255c872f01 100644
|
| --- a/mash/app_driver/manifest.json
|
| +++ b/mash/app_driver/manifest.json
|
| @@ -1,13 +1,13 @@
|
| {
|
| "manifest_version": 1,
|
| - "name": "mojo:app_driver",
|
| + "name": "service:app_driver",
|
| "display_name": "App Driver",
|
| "capabilities": {
|
| "required": {
|
| "*": {
|
| "classes": [ "mash:launchable", "mus:window_manager" ]
|
| },
|
| - "mojo:catalog": {
|
| + "service:catalog": {
|
| "interfaces": [ "catalog::mojom::Catalog" ]
|
| }
|
| }
|
|
|