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 bad5d91f4ece524f4bb3720e5bf1cf3bf1e198e8..f24f4bdbff10270b829b644c8e2aa0af9b2c2b83 100644 |
| --- a/chrome/common/extensions/api/_manifest_features.json |
| +++ b/chrome/common/extensions/api/_manifest_features.json |
| @@ -306,6 +306,10 @@ |
| "channel": "stable", |
| "extension_types": "all" |
| }, |
| + "url_handlers": { |
| + "channel": "trunk", |
| + "extension_types": ["packaged_app", "platform_app"] |
|
asargent_no_longer_on_chrome
2013/08/14 18:05:12
nit: "packaged_app" is the legacy type (not v2 app
sergeygs
2013/08/18 11:40:24
Done.
|
| + }, |
| "version": { |
| "channel": "stable", |
| "extension_types": "all" |