Chromium Code Reviews| Index: remoting/webapp/me2mom/manifest.json |
| diff --git a/remoting/webapp/me2mom/manifest.json b/remoting/webapp/me2mom/manifest.json |
| index 8262cf036eea1cbb4db6f3185cee99f5324406b8..ec3e0eba4e6722d94c7b2b2883465a0279225fe5 100644 |
| --- a/remoting/webapp/me2mom/manifest.json |
| +++ b/remoting/webapp/me2mom/manifest.json |
| @@ -15,8 +15,9 @@ |
| "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" |
|
simonmorris
2011/08/30 20:47:06
No "...talkgadget/blank?*" entry?
Jamie
2011/08/30 20:55:54
Good catch!
|
| ], |
| "js": ["cs_oauth2_trampoline.js"] |
| } |