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

Unified Diff: chrome/browser/resources/chat_manager/manifest.json

Issue 3184018: Fix the size of the roster chat panel and update the JSON format. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chat_manager/manifest.json
===================================================================
--- chrome/browser/resources/chat_manager/manifest.json (revision 57114)
+++ chrome/browser/resources/chat_manager/manifest.json (working copy)
@@ -1,7 +1,7 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDrlwvcbUtVrbQvI7EPV1BTa63N8YkbBToHzxlMl0IzSBwOV+TUOsHE8vRq0HZWuwMAGeH8WdWVC3HRNdES8lScjlzxb1TsTQJAsF+hLXgcjgCUSSSGCfFzypvuvKsRQTx0d02yfWKJa47o0Ws5wL72NVtc7c51HujwWYg+Mz01wIDAQAB",
"name": "Google Chat Manager",
- "version": "1.0.3",
+ "version": "1.0.8",
"icons": {
"128": "128.png",
"24": "24.png",
@@ -34,14 +34,12 @@
"tabs",
"*://talkgadget.google.com/*"
],
- "launch": {
- "local_path": "central_roster_viewer.html",
- "container": "panel"
- },
"app": {
"launch": {
"local_path": "central_roster_viewer.html",
- "container": "panel"
+ "container": "panel",
+ "width": 225,
+ "height": 360
}
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698