forked from greenaddress/WalletCrx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest_liveregtest.json
46 lines (46 loc) · 1.2 KB
/
manifest_liveregtest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"manifest_version": 2,
"app": {
"background": {
"scripts": ["static/js/btchip-js-api/api/chromeDevice.js",
"background.js"]
}
},
"sandbox": {
"pages": ["bip38_sandbox.html"]
},
"permissions": [
"storage",
"videoCapture",
"usb",
"hid",
"notifications",
{"usbDevices": [
{"vendorId": 9601,
"productId": 7036},
{"vendorId": 9601,
"productId": 11132},
{"vendorId": 9601,
"productId": 15228},
{"vendorId": 9601,
"productId": 19324},
{"vendorId": 9601,
"productId": 6151},
{"vendorId": 9601,
"productId": 6152},
{"vendorId": 21324,
"productId": 1},
{"vendorId": 11044,
"productId": 1},
{"vendorId": 11415,
"productId": 0},
{"vendorId": 11415,
"productId": 1}
]}
],
"icons": { "16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png" },
"name": "GreenAddress Live Regtest",
"version": "0.0.95"
}