mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "enables the default permissions",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-close",
|
|
"shell:allow-open"
|
|
]
|
|
}
|