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

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

Issue 868663007: Reinstated onBlur handler and added images for CWS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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": "Javascript key event tester",
3 "version": "1.0", 3 "version": "1.0",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "icons": {
6 "128": "icon_128.png"
7 },
5 "app": { 8 "app": {
6 "background": { 9 "background": {
7 "scripts": ["background.js"] 10 "scripts": ["background.js"]
8 } 11 }
9 } 12 }
10 } 13 }
OLDNEW
« no previous file with comments | « remoting/tools/javascript_key_tester/icon_128.png ('k') | remoting/tools/javascript_key_tester/promo_440x280.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698