Index: chrome/test/data/extensions/manifest_tests/command_many_but_shortcuts_under_limit.json |
=================================================================== |
--- chrome/test/data/extensions/manifest_tests/command_many_but_shortcuts_under_limit.json (revision 0) |
+++ chrome/test/data/extensions/manifest_tests/command_many_but_shortcuts_under_limit.json (revision 0) |
@@ -0,0 +1,26 @@ |
+{ |
+ "name": "Command test - many commands, but not too many shortcuts", |
+ "manifest_version": 2, |
+ "version": "2", |
+ "commands": { |
+ "feature1": { |
+ "suggested_key": "Ctrl+A", |
+ "description": "feature1" |
+ }, |
+ "feature2": { |
+ "suggested_key": "Ctrl+B", |
+ "description": "feature2" |
+ }, |
+ "feature3": { |
+ "suggested_key": "Ctrl+C", |
+ "description": "feature3" |
+ }, |
+ "feature4": { |
+ "suggested_key": "Ctrl+D", |
+ "description": "feature4" |
+ }, |
+ "feature5": { |
+ "description": "feature5" |
+ } |
+ } |
+} |