- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / command_reject_just_shift.json
1 {
2   "name": "Command test - Shift on its own is not a valid modifier",
3   "manifest_version": 2,
4   "version": "1",
5   "commands": {
6     "feature1": {
7       "suggested_key": "Shift+A",
8       "description": "feature1"
9     }
10    }
11  }