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

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

Issue 253593003: Release the Commands API and add docs for Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test Created 6 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
« no previous file with comments | « no previous file | chrome/common/extensions/api/commands/commands_manifest_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d8d1c9ec6f585c6055a87455aadafa67fca00ff2..0361bf8235c42c179b2ab5ab250f9c2caa4b44e4 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -111,24 +111,11 @@
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
},
- "commands": [
- {
- "channel": "dev",
- "extension_types": ["platform_app"],
- "min_manifest_version": 2
- }, {
- "channel": "stable",
- "extension_types": ["extension"],
- "min_manifest_version": 2
- }
- ],
- "commands.global": [
- {
- "channel": "dev",
- "extension_types": ["extension", "platform_app"],
- "min_manifest_version": 2
- }
- ],
+ "commands": {
+ "channel": "stable",
+ "extension_types": ["extension", "platform_app"],
+ "min_manifest_version": 2
+ },
"content_pack": {
"channel": "dev",
"extension_types": ["extension"]
« no previous file with comments | « no previous file | chrome/common/extensions/api/commands/commands_manifest_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698