Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1011)

Unified Diff: chrome/common/extensions/api/_manifest_features.json

Issue 782693002: Ensure there are always nice icons for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review; test Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698