mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-06-10 19:51:57 +00:00
40 lines
753 B
JSON
40 lines
753 B
JSON
{
|
|
"identifier": "default",
|
|
"description": "Default permissions",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:app:default",
|
|
"core:event:default",
|
|
"core:image:default",
|
|
"core:menu:default",
|
|
"core:path:default",
|
|
"core:resources:default",
|
|
"core:tray:default",
|
|
"core:webview:default",
|
|
"core:window:default",
|
|
"opener:default",
|
|
"gamepad:default",
|
|
"drpc:default",
|
|
"updater:default",
|
|
{
|
|
"identifier": "opener:allow-open-path",
|
|
"allow": [
|
|
{
|
|
"path": "**"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"identifier": "opener:allow-reveal-item-in-dir",
|
|
"allow": [
|
|
{
|
|
"path": "**"
|
|
}
|
|
]
|
|
},
|
|
"process:default"
|
|
]
|
|
} |