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

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

Issue 988263002: Hotword: Make the new extension work with the NTP opt-in promo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Commetns Created 5 years, 9 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
Index: chrome/browser/resources/hotword/manifest.json
diff --git a/chrome/browser/resources/hotword/manifest.json b/chrome/browser/resources/hotword/manifest.json
index 727b295608a9c2233dc85b9bf56bfb2626751403..f3c17681ccea45e6357fa73b70a6394a5262ab44 100644
--- a/chrome/browser/resources/hotword/manifest.json
+++ b/chrome/browser/resources/hotword/manifest.json
@@ -55,6 +55,28 @@
"unlimitedStorage"
],
+ "externally_connectable": {
+ "matches": [
+ "*://*.google.at/*",
+ "*://*.google.ca/*",
+ "*://*.google.com/*",
+ "*://*.google.com.au/*",
+ "*://*.google.com.mx/*",
+ "*://*.google.com.br/*",
+ "*://*.google.co.jp/*",
+ "*://*.google.co.kr/*",
+ "*://*.google.co.nz/*",
+ "*://*.google.co.uk/*",
+ "*://*.google.co.za/*",
+ "*://*.google.de/*",
+ "*://*.google.es/*",
+ "*://*.google.fr/*",
+ "*://*.google.it/*",
+ "*://*.google.ru/*",
+ "chrome://newtab/"
+ ]
+ },
+
"import": [
{
"id": "lccekmodgklaepjeofjdjpbminllajkg"
« no previous file with comments | « chrome/browser/resources/hotword/constants.js ('k') | chrome/browser/resources/hotword/page_audio_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698