Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / hotword / manifest.json
1 {
2   // Extension ID: nbpagnldghgfoolbancepceaanlmhfmd
3   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbHXRPiq2De9EJ+4pvNN6uE/D2avxrqyLSpA/Hq3II+btkPl1gboY3oUPTfevpVOFa90Y1c1b3/W682dXqybT0klIvFLKhdQx0LiVqSUQyIaDrwOCSo/ZcukbEwDRojegWymCjHvX6WZk4kKZzTJYzY1vrp0TWKLhttEMN9KFmowIDAQAB",
4
5   "name": "Hotword triggering",
6   "version": "0.0.1.1",
7   "manifest_version": 2,
8
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       "state_manager.js",
17       "manager.js"
18     ],
19     "persistent": false
20   },
21
22   "permissions": [
23     "*://*.google.com/*",
24     "chrome://newtab/",
25     "chrome://resources/",
26     "audioCapture",
27     "hotwordPrivate",
28     "management",
29     "tabs"
30   ],
31
32   "externally_connectable": {
33     "matches": [
34       "*://*.google.com/*",
35       "chrome://newtab/"
36     ]
37   },
38
39   "import": [
40     {
41       "id": "lccekmodgklaepjeofjdjpbminllajkg"
42     }
43   ],
44
45   "content_security_policy": "object-src 'none'; script-src chrome://resources 'self'",
46   "minimum_chrome_version": "38"
47 }