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

Side by Side Diff: chrome/browser/resources/hotword/manifest.json

Issue 599053004: Replace placeholder extension ID for hotwording shared module with ID of module uploaded to the Chr… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix HotwordService::IsServiceAvailable(). Created 6 years, 2 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
« no previous file with comments | « chrome/browser/resources/hotword/constants.js ('k') | chrome/browser/search/hotword_service.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // Extension ID: nbpagnldghgfoolbancepceaanlmhfmd 2 // Extension ID: nbpagnldghgfoolbancepceaanlmhfmd
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbHXRPiq2De9EJ+4pvNN6uE/D2avxrqy LSpA/Hq3II+btkPl1gboY3oUPTfevpVOFa90Y1c1b3/W682dXqybT0klIvFLKhdQx0LiVqSUQyIaDrwO CSo/ZcukbEwDRojegWymCjHvX6WZk4kKZzTJYzY1vrp0TWKLhttEMN9KFmowIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbHXRPiq2De9EJ+4pvNN6uE/D2avxrqy LSpA/Hq3II+btkPl1gboY3oUPTfevpVOFa90Y1c1b3/W682dXqybT0klIvFLKhdQx0LiVqSUQyIaDrwO CSo/ZcukbEwDRojegWymCjHvX6WZk4kKZzTJYzY1vrp0TWKLhttEMN9KFmowIDAQAB",
4 4
5 "name": "Hotword triggering", 5 "name": "Hotword triggering",
6 "version": "0.0.1.1", 6 "version": "0.0.1.1",
7 "manifest_version": 2, 7 "manifest_version": 2,
8 8
9 "background": { 9 "background": {
10 "scripts": [ 10 "scripts": [
(...skipping 20 matching lines...) Expand all
31 31
32 "externally_connectable": { 32 "externally_connectable": {
33 "matches": [ 33 "matches": [
34 "*://*.google.com/*", 34 "*://*.google.com/*",
35 "chrome://newtab/" 35 "chrome://newtab/"
36 ] 36 ]
37 }, 37 },
38 38
39 "import": [ 39 "import": [
40 { 40 {
41 // TODO(amistry): For now, use a locally modified version of the external 41 "id": "lccekmodgklaepjeofjdjpbminllajkg"
42 // hotword extension. Replace with the ID of the new shared module
43 // containing the hotword detector.
44 "id": "bepbmhgboaologfdajaanbcjmnhjmhfn"
45 } 42 }
46 ], 43 ],
47 44
48 "content_security_policy": "object-src 'none'; script-src chrome://resources ' self'", 45 "content_security_policy": "object-src 'none'; script-src chrome://resources ' self'",
49 "minimum_chrome_version": "38" 46 "minimum_chrome_version": "38"
50 } 47 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/hotword/constants.js ('k') | chrome/browser/search/hotword_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698