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

Side by Side Diff: chrome/test/data/extensions/platform_apps/messaging/app1/manifest.json

Issue 14301016: Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add key to app1/manifest.json Created 7 years, 7 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 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQChIkos4QMuz7xmtnVIPCRZmcKzLyyvCh W508KvpVWhdJZjnMShxVqH5QwrEzwtRhK1bTX/Y+7kmKGb9z49O//4KY/gFZQyiRNDnqv85L7fz7ceob LozwQWkhTFafYS39VMs00G0FvgQvEM1gO/Kg3eWVTFRUJCHHrMkO1De2Xd+wIDAQAB",
2 "name": "Messaging Test App 1", 3 "name": "Messaging Test App 1",
3 "version": "0.5", 4 "version": "0.5",
4 "permissions": [ "app.runtime" ], 5 "permissions": [ "app.runtime" ],
5 "app": { 6 "app": {
6 "background": { 7 "background": {
7 "scripts": ["background.js"] 8 "scripts": ["background.js"]
8 } 9 }
9 } 10 }
10 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698