| Index: mash/wm/manifest.json
|
| diff --git a/mash/wm/manifest.json b/mash/wm/manifest.json
|
| index d8bb64ebc6d524513e575031e1b20f1db7f9baca..46267f0695fcc163a287c119b19d006c22fa1304 100644
|
| --- a/mash/wm/manifest.json
|
| +++ b/mash/wm/manifest.json
|
| @@ -1,11 +1,5 @@
|
| {
|
| - "manifest_version": 1,
|
| "name": "mojo:desktop_wm",
|
| "display_name": "Window Manager",
|
| - "capabilities": {
|
| - "required": {
|
| - "mojo:mus": { "classes": [ "mus:window_manager", "mus:core" ] },
|
| - "*": { "interfaces": ["*"] }
|
| - }
|
| - }
|
| + "capabilities": { "*": ["*"] }
|
| }
|
|
|