-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
41 lines (41 loc) · 1.06 KB
/
Copy pathmanifest.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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
{
"manifest_version": 3,
"name": "Lumen Wallet",
"version": "1.0.6",
"description": "Non-custodial Lumen Chain wallet with Swap v1 support.",
"action": {
"default_popup": "index.html",
"default_title": "Lumen Wallet"
},
"permissions": [
"storage",
"sidePanel",
"contextMenus"
],
"host_permissions": [
"https://rpc.cosmos.directory/lumen/*",
"https://rest.cosmos.directory/lumen/*",
"https://rpc.lumen.chaintools.tech/*",
"https://lumen.blocksync.me/*",
"https://lumen-mainnet-rpc.mekonglabs.com/*",
"https://rpc-lumen.onenov.xyz/*",
"https://lumen-api.node9x.com/*",
"https://api.lumen.chaintools.tech/*",
"https://lumen-mainnet-api.mekonglabs.com/*"
],
"side_panel": {
"default_path": "index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"icons": {
"16": "icons/logo.png",
"48": "icons/logo.png",
"128": "icons/logo.png"
}
}