mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 16:11:38 +03:00
contacts: present caps in manifest
This commit is contained in:
parent
47527976e5
commit
5ef0771abd
@ -13,7 +13,23 @@
|
||||
"grant_capabilities": [
|
||||
"eth:distro:sys",
|
||||
"http_server:distro:sys",
|
||||
"vfs:distro:sys"
|
||||
"vfs:distro:sys",
|
||||
{
|
||||
"process": "main:app_store:sys",
|
||||
"params": "ReadNameOnly"
|
||||
},
|
||||
{
|
||||
"process": "main:app_store:sys",
|
||||
"params": "Read"
|
||||
},
|
||||
{
|
||||
"process": "main:app_store:sys",
|
||||
"params": "Add"
|
||||
},
|
||||
{
|
||||
"process": "main:app_store:sys",
|
||||
"params": "Remove"
|
||||
}
|
||||
],
|
||||
"public": false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user