| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index c187dbec1d649ba915575712f1021c4597715db5..08ddcd8290030f5573d80ea5cfd43fc9dee2825d 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -6895,6 +6895,12 @@
|
| "description": "Whether it is currently enabled or disabled.",
|
| "type": "boolean"
|
| },
|
| + "disabledReason": {
|
| + "description": "A reason the item is disabled.",
|
| + "type": "string",
|
| + "enum": ["unknown", "permissions_increase"],
|
| + "optional": true
|
| + },
|
| "isApp": {
|
| "description": "True if this is an app.",
|
| "type": "boolean"
|
|
|