15 lines
308 B
JSON
15 lines
308 B
JSON
|
|
{
|
||
|
|
"identifier": "default",
|
||
|
|
"description": "Default permissions for the main window",
|
||
|
|
"windows": ["main"],
|
||
|
|
"permissions": [
|
||
|
|
"core:default",
|
||
|
|
"core:event:default",
|
||
|
|
"core:event:allow-listen",
|
||
|
|
"core:event:allow-emit",
|
||
|
|
"shell:default",
|
||
|
|
"dialog:default",
|
||
|
|
"process:default"
|
||
|
|
]
|
||
|
|
}
|