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

Side by Side Diff: remoting/tools/javascript_key_tester/manifest.json

Issue 910483002: Remove JS summary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update version number. Created 5 years, 10 months 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
OLDNEW
1 { 1 {
2 "name": "Javascript key event tester", 2 "name": "Chrome key event tester",
Wez 2015/02/07 02:14:08 nit: App names seem to be more capitalized normall
Jamie 2015/02/09 19:10:20 Done.
3 "version": "1.1", 3 "description": "Test press, release and character events for JavaScript and PN aCl.",
Wez 2015/02/07 02:14:07 s/PNaCl/PPAPI Although your plugin is PNaCl, what
Jamie 2015/02/09 19:10:20 Done.
4 "version": "1.2",
4 "manifest_version": 2, 5 "manifest_version": 2,
5 "icons": { 6 "icons": {
6 "128": "icon_128.png" 7 "128": "icon_128.png"
7 }, 8 },
8 "app": { 9 "app": {
9 "background": { 10 "background": {
10 "scripts": ["background.js"] 11 "scripts": ["background.js"]
11 } 12 }
12 } 13 }
13 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698