| Index: extensions/common/api/_api_features.json
|
| diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
|
| index d47064acfe3f0dc42c48a42a234614f9f8adfb9e..2e604a1fe3bb697aaa8a45f1e8961ee81ea5e9f9 100644
|
| --- a/extensions/common/api/_api_features.json
|
| +++ b/extensions/common/api/_api_features.json
|
| @@ -36,6 +36,16 @@
|
| "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension
|
| ]
|
| }],
|
| + "app.currentWindowInternal": {
|
| + "noparent": true,
|
| + "internal": true,
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| + "app.currentWindowInternal.setShape": {
|
| + "dependencies": ["permission:app.window.shape"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "dns": {
|
| "dependencies": ["permission:dns"],
|
| "contexts": ["blessed_extension"]
|
|
|