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

Side by Side Diff: chrome/test/data/extensions/manifest_tests/command_app.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 - 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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698