Index: extensions/common/api/_api_features.json |
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json |
index 2e604a1fe3bb697aaa8a45f1e8961ee81ea5e9f9..252d090e854d4ffc5e63d58b52f7f6866de6c37a 100644 |
--- a/extensions/common/api/_api_features.json |
+++ b/extensions/common/api/_api_features.json |
@@ -36,6 +36,15 @@ |
"12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension |
] |
}], |
+ "app.window": { |
+ "channel": "stable", |
+ "contexts": ["blessed_extension"], |
+ "extension_types": ["platform_app"], |
+ "noparent": true |
+ }, |
+ "app.window.canSetVisibleOnAllWorkspaces": { |
+ "channel": "dev" |
+ }, |
"app.currentWindowInternal": { |
benwells
2014/09/09 17:52:57
What about the currentWindow stuff? This makes the
|
"noparent": true, |
"internal": true, |