Index: remoting/webapp/me2mom/manifest.json |
diff --git a/remoting/webapp/me2mom/manifest.json b/remoting/webapp/me2mom/manifest.json |
index 8262cf036eea1cbb4db6f3185cee99f5324406b8..8ec4f9c3b3d4fdba5c61880c4f56afae8790a972 100644 |
--- a/remoting/webapp/me2mom/manifest.json |
+++ b/remoting/webapp/me2mom/manifest.json |
@@ -15,8 +15,10 @@ |
"content_scripts": [ |
{ |
"matches": [ |
- "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline", |
- "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline?*" |
+ "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline", |
+ "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline?*", |
+ "https://talkgadget.google.com/talkgadget/blank", |
+ "https://talkgadget.google.com/talkgadget/blank?*" |
], |
"js": ["cs_oauth2_trampoline.js"] |
} |