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

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: 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..edd6119e5550999f9a8f5f6c88b25694b824f23f 100644
--- a/chrome/browser/resources/hotword/manifest.json
+++ b/chrome/browser/resources/hotword/manifest.json
@@ -28,6 +28,7 @@
},
"permissions": [
+ "*://*.syd.corp.google.com/*",
Anand Mistry (off Chromium) 2015/03/10 02:47:28 You probably don't want to check this in, nor the
kcarattini 2015/03/10 04:34:05 Done.
"*://*.google.at/*",
"*://*.google.ca/*",
"*://*.google.com/*",
@@ -55,6 +56,29 @@
"unlimitedStorage"
],
+ "externally_connectable": {
+ "matches": [
+ "*://*.syd.corp.google.com/*",
+ "*://*.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"

Powered by Google App Engine
This is Rietveld 408576698