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