summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/manifest_tests/command_allow_numbers.json
blob: 1afbd28d6a18d46e839d6d7f6c99a38b811511e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "Command test - Numbers should be allowed",
  "manifest_version": 2,
  "version": "1",
  "commands": {
    "feature1": {
      "suggested_key": "Ctrl+1",
      "description": "feature1"
    }
  }
}