Index: extensions/common/api/_api_features.json |
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json |
index 21f59132ac71cee50594de8dc31f5ddafae30b06..dc2e8829855bef1094612caf5fd1738248d8179d 100644 |
--- a/extensions/common/api/_api_features.json |
+++ b/extensions/common/api/_api_features.json |
@@ -16,7 +16,7 @@ |
}, |
"app.runtime": [{ |
"channel": "stable", |
- "contexts": ["blessed_extension"], |
+ "contexts": ["blessed_extension", "lock_screen_extension"], |
"extension_types": ["platform_app"], |
"noparent": true |
}, { |
@@ -33,7 +33,7 @@ |
}], |
"app.window": [{ |
"channel": "stable", |
- "contexts": ["blessed_extension"], |
+ "contexts": ["blessed_extension", "lock_screen_extension"], |
"extension_types": ["platform_app"], |
"noparent": true |
}, { |
@@ -52,7 +52,7 @@ |
"noparent": true, |
"internal": true, |
"channel": "stable", |
- "contexts": ["blessed_extension"] |
+ "contexts": ["blessed_extension", "lock_screen_extension"] |
}, |
"app.currentWindowInternal.setShape": { |
"dependencies": ["permission:app.window.shape"], |