mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-10 17:42:49 +08:00
14 lines
293 B
JSON
14 lines
293 B
JSON
{
|
|
"identifier": "default",
|
|
"description": "ClawPanel 默认权限",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-set-theme",
|
|
"shell:allow-open",
|
|
"autostart:allow-enable",
|
|
"autostart:allow-disable",
|
|
"autostart:allow-is-enabled"
|
|
]
|
|
}
|