Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / command_app.json
blobf4f6ac1649868dd4b0792d2ec79cdf2a6760ef63
2   "name": "Command test - App with Command",
3   "manifest_version": 2,
4   "version": "1",
5   "app": {
6     "background": { "scripts": ["background.js"] }
7   },
8   "commands": {
9     "feature1": {
10       "suggested_key": "Ctrl+Shift+0",
11       "description": "desc"
12     }
13   }