Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / chrome / browser / resources / hotword / manifest.json
blob4fb5b11ca95ef386e082af2f9ed221674527def1
2   // Extension ID: nbpagnldghgfoolbancepceaanlmhfmd
3   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbHXRPiq2De9EJ+4pvNN6uE/D2avxrqyLSpA/Hq3II+btkPl1gboY3oUPTfevpVOFa90Y1c1b3/W682dXqybT0klIvFLKhdQx0LiVqSUQyIaDrwOCSo/ZcukbEwDRojegWymCjHvX6WZk4kKZzTJYzY1vrp0TWKLhttEMN9KFmowIDAQAB",
5   "name": "Hotword triggering",
6   "version": "0.0.1.0",
7   "manifest_version": 2,
9   "background": {
10     "scripts": [
11       "chrome://resources/js/cr.js",
12       "chrome://resources/js/util.js",
13       "chrome://resources/js/cr/event_target.js",
14       "constants.js",
15       "nacl_manager.js",
16       "manager.js"
17     ],
18     "persistent": false
19   },
21   "permissions": [
22     "*://*.google.com/*",
23     "chrome://newtab/",
24     "chrome://resources/",
25     "hotwordPrivate",
26     "tabs"
27   ],
29   "externally_connectable": {
30     "matches": [
31       "*://*.google.com/*",
32       "chrome://newtab/"
33     ]
34   },
36   "import": [
37     {
38       // TODO(amistry): For now, use a locally modified version of the external
39       // hotword extension. Replace with the ID of the new shared module
40       // containing the hotword detector.
41       "id": "bepbmhgboaologfdajaanbcjmnhjmhfn"
42     }
43   ],
45   "minimum_chrome_version": "38"