mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-06-03 08:04:33 +00:00
30 lines
639 B
JSON
30 lines
639 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",
|
|
{
|
|
"identifier": "opener:allow-open-path",
|
|
"allow": [{ "path": "**" }]
|
|
},
|
|
{
|
|
"identifier": "opener:allow-reveal-item-in-dir",
|
|
"allow": [{ "path": "**" }]
|
|
}
|
|
]
|
|
} |