fix(desktop/capabilities): allow plugin-store commands (load/get/set/save/delete) via capability default
This commit is contained in:
parent
dca0a307a2
commit
ae6beeb4c9
1 changed files with 7 additions and 1 deletions
|
|
@ -5,6 +5,12 @@
|
|||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default"
|
||||
"opener:default",
|
||||
"store:default",
|
||||
"store:allow-load",
|
||||
"store:allow-set",
|
||||
"store:allow-get",
|
||||
"store:allow-save",
|
||||
"store:allow-delete"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue