diff options
-rw-r--r-- | chrome/browser/resources/hangout_services/manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/resources/hangout_services/manifest.json b/chrome/browser/resources/hangout_services/manifest.json index e9ef7aa..d9e7720 100644 --- a/chrome/browser/resources/hangout_services/manifest.json +++ b/chrome/browser/resources/hangout_services/manifest.json @@ -7,7 +7,9 @@ "manifest_version": 2, "externally_connectable": { "matches": [ - "https://*.google.com/hangouts*", + "https://hangouts.google.com/*", + "https://*talkgadget.google.com/*", + "https://plus.google.com/hangouts*", // For tests. "*://localhost/*" ] |