| Index: chrome/browser/resources/hotword/manifest.json
|
| diff --git a/chrome/browser/resources/hotword/manifest.json b/chrome/browser/resources/hotword/manifest.json
|
| index 871c96c445526aa3f882a170a19ca38c67e4ff0e..6db7c097bc850ea235b0535229fbd041f8f96050 100644
|
| --- a/chrome/browser/resources/hotword/manifest.json
|
| +++ b/chrome/browser/resources/hotword/manifest.json
|
| @@ -27,6 +27,10 @@
|
|
|
| "permissions": [
|
| "*://*.google.com/*",
|
| + "*://*.google.ru/*",
|
| + "*://*.google.co.uk/*",
|
| + "*://*.google.fr/*",
|
| + "*://*.google.de/*",
|
| "chrome://newtab/",
|
| "chrome://resources/",
|
| "audioCapture",
|
| @@ -36,13 +40,6 @@
|
| "tabs"
|
| ],
|
|
|
| - "externally_connectable": {
|
| - "matches": [
|
| - "*://*.google.com/*",
|
| - "chrome://newtab/"
|
| - ]
|
| - },
|
| -
|
| "import": [
|
| {
|
| "id": "lccekmodgklaepjeofjdjpbminllajkg"
|
|
|