OLD | NEW |
---|---|
(Empty) | |
1 { | |
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 } | |
14 } | |
OLD | NEW |