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 e2e3352efaba54d068be6168d281a372af6d0d48..daece599111b10d3ed6006faccf2c4a06aeff049 100644 |
--- a/chrome/common/extensions/api/_manifest_features.json |
+++ b/chrome/common/extensions/api/_manifest_features.json |
@@ -24,6 +24,10 @@ |
"channel": "stable", |
"extension_types": ["hosted_app"] |
}, |
+ "app.linked_icons": { |
+ "channel": "dev", |
+ "extension_types": ["hosted_app"] |
+ }, |
"app.isolation": { |
"channel": "stable", |
// Platform apps always have isolated storage, thus they cannot specify it |