Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / cryptotoken / manifest.json
1 {
2   "name": "CryptoTokenExtension",
3   "description": "CryptoToken Component Extension",
4   "version": "0.8.64",
5   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq7zRobvA+AVlvNqkHSSVhh1sEWsHSqz4oR/XptkDe/Cz3+gW9ZGumZ20NCHjaac8j1iiesdigp8B1LJsd/2WWv2Dbnto4f8GrQ5MVphKyQ9WJHwejEHN2K4vzrTcwaXqv5BSTXwxlxS/mXCmXskTfryKTLuYrcHEWK8fCHb+0gvr8b/kvsi75A1aMmb6nUnFJvETmCkOCPNX5CHTdy634Ts/x0fLhRuPlahk63rdf7agxQv5viVjQFk+tbgv6aa9kdSd11Js/RZ9yZjrFgHOBWgP4jTBqud4+HUglrzu8qynFipyNRLCZsaxhm+NItTyNgesxLdxZcwOz56KD1Q4IQIDAQAB",
6   "manifest_version": 2,
7   "permissions": [
8     "hid",
9     "usb",
10     "u2fDevices",
11     "https://www.gstatic.com/",
12     {
13       "usbDevices": [
14         {
15           "vendorId": 4176,
16           "productId": 529
17         },
18         {
19           "vendorId": 4176,
20           "productId": 512
21         },
22         {
23           "vendorId": 4176,
24           "productId": 275
25         },
26         {
27           "vendorId": 4176,
28           "productId": 276
29         },
30         {
31           "vendorId": 4176,
32           "productId": 277
33         },
34         {
35           "vendorId": 4176,
36           "productId": 288
37         },
38         {
39           "vendorId": 4176,
40           "productId": 1025
41         },
42         {
43           "vendorId": 4176,
44           "productId": 1026
45         },
46         {
47           "vendorId": 9601,
48           "productId": 61904
49         },
50         {
51           "vendorId": 7223,
52           "productId": 61904
53         },
54         {
55           "vendorId": 1155,
56           "productId": 61904
57         },
58         {
59           "vendorId": 1419,
60           "productId": 24579
61         }
62       ]
63     }
64   ],
65   "externally_connectable": {
66     "matches": [
67       "https://login.corp.google.com/*",
68       "https://accounts.google.com/*",
69       "https://security.google.com/*"
70     ],
71     "accepts_tls_channel_id": true
72   },
73   "incognito": "split",
74   "background": {
75     "persistent": false,
76     "scripts": [
77       "util.js",
78       "b64.js",
79       "sha256.js",
80       "countdown.js",
81       "countdowntimer.js",
82       "devicestatuscodes.js",
83       "errorcodes.js",
84       "gnubbycodetypes.js",
85       "webrequest.js",
86       "gnubbymsgtypes.js",
87       "messagetypes.js",
88       "factoryregistry.js",
89       "closeable.js",
90       "requesthelper.js",
91       "enroller.js",
92       "requestqueue.js",
93       "signer.js",
94       "origincheck.js",
95       "textfetcher.js",
96       "appid.js",
97       "gstaticorigincheck.js",
98       "gnubbydevice.js",
99       "hidgnubbydevice.js",
100       "usbgnubbydevice.js",
101       "gnubbies.js",
102       "gnubby.js",
103       "gnubby-u2f.js",
104       "gnubbyfactory.js",
105       "singlesigner.js",
106       "multiplesigner.js",
107       "generichelper.js",
108       "inherits.js",
109       "individualattest.js",
110       "devicefactoryregistry.js",
111       "usbhelper.js",
112       "usbenrollhandler.js",
113       "usbsignhandler.js",
114       "usbgnubbyfactory.js",
115       "googlecorpindividualattest.js",
116       "cryptotokenbackground.js"
117     ]
118   }
119 }