| Index: trunk/src/chrome/browser/resources/hotword_helper/manifest.json
|
| ===================================================================
|
| --- trunk/src/chrome/browser/resources/hotword_helper/manifest.json (revision 278418)
|
| +++ trunk/src/chrome/browser/resources/hotword_helper/manifest.json (working copy)
|
| @@ -13,6 +13,10 @@
|
|
|
| "permissions": [
|
| "*://*.google.com/*",
|
| + "*://*.google.ru/*",
|
| + "*://*.google.co.uk/*",
|
| + "*://*.google.fr/*",
|
| + "*://*.google.de/*",
|
| "chrome://newtab/",
|
| "hotwordPrivate",
|
| "tabs"
|
| @@ -21,6 +25,10 @@
|
| "externally_connectable": {
|
| "matches": [
|
| "*://*.google.com/*",
|
| + "*://*.google.ru/*",
|
| + "*://*.google.co.uk/*",
|
| + "*://*.google.fr/*",
|
| + "*://*.google.de/*",
|
| "chrome://newtab/"
|
| ]
|
| },
|
|
|