Chromium Code Reviews| Index: chrome/common/extensions/api/_manifest_features.json |
| diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json |
| index 72aba141cf508bd48324cc502676b04aa721f0a5..0eda5b5fb7a3bfc5ea9c70a776ff9df723ec8435 100644 |
| --- a/chrome/common/extensions/api/_manifest_features.json |
| +++ b/chrome/common/extensions/api/_manifest_features.json |
| @@ -20,6 +20,10 @@ |
| "channel": "stable", |
| "extension_types": ["shared_module"] |
| }, |
| + "app.icon_color": { |
| + "channel": "stable", |
| + "extension_types": ["hosted_app"] |
| + }, |
| "app.isolation": { |
| "channel": "stable", |
| // Platform apps always have isolated storage, thus they cannot specify it |