forked from greenaddress/WalletCrx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest_regtest.json
65 lines (65 loc) · 1.83 KB
/
manifest_regtest.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"manifest_version": 2,
"app": {
"background": {
"scripts": ["static/js/btchip-js-api/api/chromeDevice.js",
"background.js"]
}
},
"sandbox": {
"pages": ["bip38_sandbox.html"]
},
"externally_connectable" : {
"matches": [ "http://localhost:9908/*" ]
},
"url_handlers": {
"launch_chrome_app": {
"matches": [
"http://localhost:9908/*/launch_chrome_app/",
"http://localhost:9908/launch_chrome_app/"
],
"title": "Launch GreenAddress Chrome app"
},
"launch_chrome_app_signup": {
"matches": [
"http://localhost:9908/*/launch_chrome_app_signup/",
"http://localhost:9908/launch_chrome_app_signup/"
],
"title": "Launch GreenAddress Chrome app"
}
},
"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 Regtest",
"version": "0.0.95"
}