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

Side by Side Diff: trunk/src/chrome/browser/resources/hotword_helper/manifest.json

Issue 340413003: Revert 277718 "[Hotword] Remove non-English languages due to fea..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 // Extension ID: dnhpdliibojhegemfjheidglijccjfmc 2 // Extension ID: dnhpdliibojhegemfjheidglijccjfmc
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDagiQy1VGkO2CHJSjVh7eU5GtuBuOlg2 /cTZt7203AcevqpcDd+65S2/yd9KAELYcU6pK8nHVGYBMI6s0u+0RgXfIJ0eFOlTlgfAQWHvg8ovHtJl FJd1COrOkbntD9+s9Jobr3ldmow87aZF1bVHUY4khVP56cZe6adlVw2wK31QIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDagiQy1VGkO2CHJSjVh7eU5GtuBuOlg2 /cTZt7203AcevqpcDd+65S2/yd9KAELYcU6pK8nHVGYBMI6s0u+0RgXfIJ0eFOlTlgfAQWHvg8ovHtJl FJd1COrOkbntD9+s9Jobr3ldmow87aZF1bVHUY4khVP56cZe6adlVw2wK31QIDAQAB",
4 4
5 "name": "hotword helper", 5 "name": "hotword helper",
6 "version": "0.0.1.0", 6 "version": "0.0.1.0",
7 "manifest_version": 2, 7 "manifest_version": 2,
8 8
9 "background": { 9 "background": {
10 "scripts": ["manager.js"], 10 "scripts": ["manager.js"],
11 "persistent": false 11 "persistent": false
12 }, 12 },
13 13
14 "permissions": [ 14 "permissions": [
15 "*://*.google.com/*", 15 "*://*.google.com/*",
16 "*://*.google.ru/*",
17 "*://*.google.co.uk/*",
18 "*://*.google.fr/*",
19 "*://*.google.de/*",
16 "chrome://newtab/", 20 "chrome://newtab/",
17 "hotwordPrivate", 21 "hotwordPrivate",
18 "tabs" 22 "tabs"
19 ], 23 ],
20 24
21 "externally_connectable": { 25 "externally_connectable": {
22 "matches": [ 26 "matches": [
23 "*://*.google.com/*", 27 "*://*.google.com/*",
28 "*://*.google.ru/*",
29 "*://*.google.co.uk/*",
30 "*://*.google.fr/*",
31 "*://*.google.de/*",
24 "chrome://newtab/" 32 "chrome://newtab/"
25 ] 33 ]
26 }, 34 },
27 35
28 "minimum_chrome_version": "32" 36 "minimum_chrome_version": "32"
29 } 37 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/resources/hotword_helper/manager.js ('k') | trunk/src/chrome/browser/search/hotword_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698