Chromium Code Reviews| Index: extensions/common/api/_manifest_features.json |
| diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json |
| index 05cbbe97aa935ba6603c5b40bf28f6d783fa6b49..673f2a95db0f9741cc16bf21938a1880686438bb 100644 |
| --- a/extensions/common/api/_manifest_features.json |
| +++ b/extensions/common/api/_manifest_features.json |
| @@ -7,6 +7,10 @@ |
| // well as feature.h, simple_feature.h, and base_feature_provider.h. |
| { |
| + "action_handlers": { |
| + "channel": "stable", |
|
Devlin
2017/01/17 21:42:01
Let's not launch this to stable just yet - it's us
jdufault
2017/01/20 20:31:47
How long of an incubation period? The changes here
Devlin
2017/01/30 21:19:59
Mostly, we want the consumers of this API to have
|
| + "extension_types": ["platform_app"] |
| + }, |
|
Devlin
2017/01/17 21:42:01
should we restrict this to chromeos?
jdufault
2017/01/20 20:31:47
Done.
|
| "app": { |
| "channel": "stable", |
| "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] |