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 3ff4f1b21f270c629182839cb42124bd7f664129..3996bceea7a1370ce8d6dc5d8ce16285aaff2170 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 |