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

Side by Side Diff: chrome/test/data/extensions/api_test/native_messaging/manifest.json

Issue 12386018: Revert 185189. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 // Extension ID: knldjmfmopnpolahpmmgbagdohdnhkik
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcBHwzDvyBQ6bDppkIs9MP4ksKqCMyXQ /A52JivHZKh4YO/9vJsT3oaYhSpDCE9RPocOEQvwsHsFReW2nUEc6OLLyoCFFxIb7KkLGsmfakkut/fF dNJYh0xOTbSN8YvLWcqph09XAY2Y/f0AL7vfO1cuCqtkMt8hFrBGWxDdf9CQIDAQAB",
4 "version": "1.0.0.0", 2 "version": "1.0.0.0",
5 "manifest_version": 2, 3 "manifest_version": 2,
6 "name": "native messaging test", 4 "name": "native messaging test",
7 "description": "Test the basic functionality of passing native messages.", 5 "description": "Test the basic functionality of passing native messages.",
8 "background": { 6 "background": {
9 "scripts": ["test.js"] 7 "scripts": ["test.js"]
10 } 8 }
11 } 9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698