| Index: chrome/test/data/extensions/manifest_tests/command_app.json
|
| diff --git a/chrome/test/data/extensions/manifest_tests/command_app.json b/chrome/test/data/extensions/manifest_tests/command_app.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f4f6ac1649868dd4b0792d2ec79cdf2a6760ef63
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/manifest_tests/command_app.json
|
| @@ -0,0 +1,14 @@
|
| +{
|
| + "name": "Command test - App with Command",
|
| + "manifest_version": 2,
|
| + "version": "1",
|
| + "app": {
|
| + "background": { "scripts": ["background.js"] }
|
| + },
|
| + "commands": {
|
| + "feature1": {
|
| + "suggested_key": "Ctrl+Shift+0",
|
| + "description": "desc"
|
| + }
|
| + }
|
| +}
|
|
|