| Index: extensions/common/api/_api_features.json
|
| diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
|
| index c42f525e51d91ff45e797308a1ae3306f29ca7f0..efcb46e805a424d359b24571fc8cb887dc12c953 100644
|
| --- a/extensions/common/api/_api_features.json
|
| +++ b/extensions/common/api/_api_features.json
|
| @@ -203,10 +203,16 @@
|
| "dependencies": ["permission:networking.config"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| - "networkingPrivate": {
|
| + "networkingPrivate": [{
|
| "dependencies": ["permission:networkingPrivate"],
|
| "contexts": ["blessed_extension"]
|
| - },
|
| + }, {
|
| + "channel": "stable",
|
| + "contexts": ["webui"],
|
| + "matches": [
|
| + "chrome://network/*"
|
| + ]
|
| + }],
|
| "power": {
|
| "dependencies": ["permission:power"],
|
| "contexts": ["blessed_extension"]
|
|
|