| 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.2", | 6 "version": "0.0.1.2", |
| 7 "manifest_version": 2, | 7 "manifest_version": 2, |
| 8 | 8 |
| 9 "background": { | 9 "background": { |
| 10 "scripts": [ | 10 "scripts": [ |
| 11 "chrome://resources/js/cr.js", | 11 "chrome://resources/js/cr.js", |
| 12 "chrome://resources/js/util.js", | 12 "chrome://resources/js/util.js", |
| 13 "chrome://resources/js/cr/event_target.js", | 13 "chrome://resources/js/cr/event_target.js", |
| 14 "constants.js", | 14 "constants.js", |
| 15 "logging.js", | 15 "logging.js", |
| 16 "metrics.js", |
| 16 "nacl_manager.js", | 17 "nacl_manager.js", |
| 17 "state_manager.js", | 18 "state_manager.js", |
| 18 "base_session_manager.js", | 19 "base_session_manager.js", |
| 19 "always_on_manager.js", | 20 "always_on_manager.js", |
| 20 "launcher_manager.js", | 21 "launcher_manager.js", |
| 21 "page_audio_manager.js", | 22 "page_audio_manager.js", |
| 22 "manager.js" | 23 "manager.js" |
| 23 ], | 24 ], |
| 24 "persistent": false | 25 "persistent": false |
| 25 }, | 26 }, |
| 26 | 27 |
| 27 "permissions": [ | 28 "permissions": [ |
| 28 "*://*.google.com/*", | 29 "*://*.google.com/*", |
| 29 "chrome://newtab/", | 30 "chrome://newtab/", |
| 30 "chrome://resources/", | 31 "chrome://resources/", |
| 31 "audioCapture", | 32 "audioCapture", |
| 32 "hotwordPrivate", | 33 "hotwordPrivate", |
| 33 "management", | 34 "management", |
| 35 "metricsPrivate", |
| 34 "tabs" | 36 "tabs" |
| 35 ], | 37 ], |
| 36 | 38 |
| 37 "externally_connectable": { | 39 "externally_connectable": { |
| 38 "matches": [ | 40 "matches": [ |
| 39 "*://*.google.com/*", | 41 "*://*.google.com/*", |
| 40 "chrome://newtab/" | 42 "chrome://newtab/" |
| 41 ] | 43 ] |
| 42 }, | 44 }, |
| 43 | 45 |
| 44 "import": [ | 46 "import": [ |
| 45 { | 47 { |
| 46 "id": "lccekmodgklaepjeofjdjpbminllajkg" | 48 "id": "lccekmodgklaepjeofjdjpbminllajkg" |
| 47 } | 49 } |
| 48 ], | 50 ], |
| 49 | 51 |
| 50 "content_security_policy": "object-src 'none'; script-src chrome://resources '
self'", | 52 "content_security_policy": "object-src 'none'; script-src chrome://resources '
self'", |
| 51 "minimum_chrome_version": "38" | 53 "minimum_chrome_version": "38" |
| 52 } | 54 } |
| OLD | NEW |