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

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

Issue 2507001: Enable Gmail chat interception. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 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 48406)
+++ 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",
+ "version": "1.0.1",
"icons": {
"128": "128.png",
"24": "24.png",
@@ -21,6 +21,16 @@
],
"run_at": "document_end",
"all_frames": true
+ },{
+ "js": [
+ "js/chatbridgeeventtypes.js",
+ "js/gmailbridgehook.js"
+ ],
+ "matches": [
+ "http://mail.google.com/*",
+ "https://mail.google.com/*"
+ ],
+ "run_at": "document_end"
}],
"permissions": [
"tabs",
@@ -30,5 +40,5 @@
"launch": {
"local_path": "central_roster_viewer.html",
"container": "panel"
- }
+ }
}
« 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