summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
Diffstat (limited to 'remoting')
-rw-r--r--remoting/webapp/me2mom/manifest.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/remoting/webapp/me2mom/manifest.json b/remoting/webapp/me2mom/manifest.json
index 8262cf0..8ec4f9c 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"]
}