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

Side by Side Diff: chrome/browser/resources/chat_manager/manifest.json

Issue 3455024: Notify all rosters on opening and closing chats,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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
« no previous file with comments | « chrome/browser/resources/chat_manager/js/gmailbridgehook.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDrlwvcbUtVrbQvI7EPV1BTa63N8YkbB ToHzxlMl0IzSBwOV+TUOsHE8vRq0HZWuwMAGeH8WdWVC3HRNdES8lScjlzxb1TsTQJAsF+hLXgcjgCUS SSGCfFzypvuvKsRQTx0d02yfWKJa47o0Ws5wL72NVtc7c51HujwWYg+Mz01wIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDrlwvcbUtVrbQvI7EPV1BTa63N8YkbB ToHzxlMl0IzSBwOV+TUOsHE8vRq0HZWuwMAGeH8WdWVC3HRNdES8lScjlzxb1TsTQJAsF+hLXgcjgCUS SSGCfFzypvuvKsRQTx0d02yfWKJa47o0Ws5wL72NVtc7c51HujwWYg+Mz01wIDAQAB",
3 "name": "Google Chat Manager", 3 "name": "Google Chat Manager",
4 "version": "1.0.10", 4 "version": "1.0.11",
5 "icons": { 5 "icons": {
6 "128": "128.png", 6 "128": "128.png",
7 "24": "24.png", 7 "24": "24.png",
8 "32": "32.png", 8 "32": "32.png",
9 "48": "48.png" 9 "48": "48.png"
10 }, 10 },
11 "description": "Google Chat Manager", 11 "description": "Google Chat Manager",
12 "background_page": "background.html", 12 "background_page": "background.html",
13 "options_page": "options.html", 13 "options_page": "options.html",
14 "content_scripts": [ { 14 "content_scripts": [ {
(...skipping 22 matching lines...) Expand all
37 ], 37 ],
38 "app": { 38 "app": {
39 "launch": { 39 "launch": {
40 "local_path": "central_roster_viewer.html", 40 "local_path": "central_roster_viewer.html",
41 "container": "panel", 41 "container": "panel",
42 "width": 225, 42 "width": 225,
43 "height": 360 43 "height": 360
44 } 44 }
45 } 45 }
46 } 46 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chat_manager/js/gmailbridgehook.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698