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

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

Issue 1066623008: Sync bookmark app icon urls and sizes, and download icons for new apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix failing tests and extra checks Created 5 years, 8 months 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 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

Powered by Google App Engine
This is Rietveld 408576698