mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "enables the default permissions",
|
|
"windows": ["main", "log", "member"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-close",
|
|
"shell:allow-open",
|
|
"core:window:allow-show",
|
|
"core:window:allow-create",
|
|
"core:window:allow-set-position",
|
|
"core:window:allow-destroy",
|
|
"core:webview:allow-create-webview-window",
|
|
"core:webview:allow-set-webview-size",
|
|
"core:webview:allow-set-webview-position",
|
|
"core:webview:allow-create-webview",
|
|
"core:webview:allow-webview-show",
|
|
"core:webview:allow-webview-hide",
|
|
"core:webview:allow-webview-close",
|
|
"autostart:default",
|
|
"autostart:allow-enable",
|
|
"autostart:allow-disable",
|
|
"autostart:allow-is-enabled",
|
|
"core:tray:allow-get-by-id",
|
|
"core:tray:allow-set-icon",
|
|
"core:tray:allow-new",
|
|
{
|
|
"identifier": "shell:allow-spawn",
|
|
"allow": [
|
|
{
|
|
"args": ["run"],
|
|
"cmd": "WinIPBroadcast",
|
|
"name": "WinIPBroadcast"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"identifier": "shell:allow-execute",
|
|
"allow": [
|
|
{
|
|
"args": ["run"],
|
|
"cmd": "WinIPBroadcast",
|
|
"name": "WinIPBroadcast"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|