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

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

Issue 475543004: Added 'launcher_page' field to extension manifest.json format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Formatting. Created 6 years, 4 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 8bdb323cd64c8037058e9f6702d57b8765975cb8..16156237f7e2e5235321f3438bfb1c618fdd7f59 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -224,6 +224,16 @@
"channel": "stable",
"extension_types": "all"
},
+ "launcher_page": {
+ "channel": "stable",
+ "min_manifest_version": 2,
+ "extension_types": ["platform_app"],
+ "whitelist": [
+ "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000
+ "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000
+ "11A01C82EF355E674E4F9728A801F5C3CB40D83F" // http://crbug.com/404000
+ ]
+ },
"manifest_version": {
"channel": "stable",
"extension_types": "all"

Powered by Google App Engine
This is Rietveld 408576698