| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |