Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: chrome/test/data/extensions/manifest_tests/command_ext.json

Issue 44553002: Enabling Commands API for Apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
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 }
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698