14 lines
350 B
JSON
14 lines
350 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "u-ppt 主窗口默认能力:IPC 命令调用 + AI 流式事件订阅",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:event:default",
|
|
"core:event:allow-listen",
|
|
"core:event:allow-unlisten",
|
|
"dialog:default"
|
|
]
|
|
}
|