Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / command_ext.json
blob0c21acd0a0d9aee0f90d860bb66ff72c768b4071
2   "name": "Command test - Extension with Command",
3   "manifest_version": 2,
4   "version": "1",
5   "commands": {
6     "feature1": {
7       "suggested_key": "Ctrl+Shift+0",
8       "description": "desc"
9     }
10   }