- 添加项目图标文件(app-icon.png、各平台图标) - 配置开发环境文件(.env、.nvmrc、.npmrc) - 添加静态资源文件(背景图片、字体、音频) - 初始化Tauri后端结构(build.rs、main.rs、模块文件) - 配置前端项目结构(TypeScript、Vue组件、样式) - 添加Node.js API服务基础结构 - 配置构建和开发工具(vite、prettier、gitignore)
6045 lines
204 KiB
JSON
6045 lines
204 KiB
JSON
{
|
|
"core": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "默认核心插件集。",
|
|
"permissions": [
|
|
"core:path:default",
|
|
"core:event:default",
|
|
"core:window:default",
|
|
"core:webview:default",
|
|
"core:app:default",
|
|
"core:image:default",
|
|
"core:resources:default",
|
|
"core:menu:default",
|
|
"core:tray:default"
|
|
]
|
|
},
|
|
"permissions": {},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"core:app": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "插件的默认权限。",
|
|
"permissions": [
|
|
"allow-version",
|
|
"allow-name",
|
|
"allow-tauri-version",
|
|
"allow-identifier",
|
|
"allow-bundle-type",
|
|
"allow-register-listener",
|
|
"allow-remove-listener"
|
|
]
|
|
},
|
|
"permissions": {
|
|
"allow-app-hide": {
|
|
"identifier": "allow-app-hide",
|
|
"description": "在没有任何预配置范围的情况下启用 app_hide 命令。",
|
|
"commands": {
|
|
"allow": ["app_hide"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-app-show": {
|
|
"identifier": "allow-app-show",
|
|
"description": "在没有任何预配置范围的情况下启用 app_show 命令。",
|
|
"commands": {
|
|
"allow": ["app_show"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-bundle-type": {
|
|
"identifier": "allow-bundle-type",
|
|
"description": "在没有任何预配置范围的情况下启用 bundle_type 命令。",
|
|
"commands": {
|
|
"allow": ["bundle_type"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-default-window-icon": {
|
|
"identifier": "allow-default-window-icon",
|
|
"description": "在没有任何预配置范围的情况下启用 default_window_icon 命令。",
|
|
"commands": {
|
|
"allow": ["default_window_icon"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-fetch-data-store-identifiers": {
|
|
"identifier": "allow-fetch-data-store-identifiers",
|
|
"description": "在没有任何预配置范围的情况下启用 fetch_data_store_identifiers 命令。",
|
|
"commands": {
|
|
"allow": ["fetch_data_store_identifiers"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-identifier": {
|
|
"identifier": "allow-identifier",
|
|
"description": "在没有任何预配置范围的情况下启用 identifier 命令。",
|
|
"commands": {
|
|
"allow": ["identifier"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-name": {
|
|
"identifier": "allow-name",
|
|
"description": "在没有任何预配置范围的情况下启用 name 命令。",
|
|
"commands": {
|
|
"allow": ["name"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-register-listener": {
|
|
"identifier": "allow-register-listener",
|
|
"description": "在没有任何预配置范围的情况下启用 register_listener 命令。",
|
|
"commands": {
|
|
"allow": ["register_listener"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-remove-data-store": {
|
|
"identifier": "allow-remove-data-store",
|
|
"description": "在没有任何预配置范围的情况下启用 remove_data_store 命令。",
|
|
"commands": {
|
|
"allow": ["remove_data_store"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-remove-listener": {
|
|
"identifier": "allow-remove-listener",
|
|
"description": "在没有任何预配置范围的情况下启用 remove_listener 命令。",
|
|
"commands": {
|
|
"allow": ["remove_listener"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-app-theme": {
|
|
"identifier": "allow-set-app-theme",
|
|
"description": "在没有任何预配置范围的情况下启用 set_app_theme 命令。",
|
|
"commands": {
|
|
"allow": ["set_app_theme"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-dock-visibility": {
|
|
"identifier": "allow-set-dock-visibility",
|
|
"description": "在没有任何预配置范围的情况下启用 set_dock_visibility 命令。",
|
|
"commands": {
|
|
"allow": ["set_dock_visibility"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-tauri-version": {
|
|
"identifier": "allow-tauri-version",
|
|
"description": "在没有任何预配置范围的情况下启用 tauri_version 命令。",
|
|
"commands": {
|
|
"allow": ["tauri_version"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-version": {
|
|
"identifier": "allow-version",
|
|
"description": "在没有任何预配置范围的情况下启用 version 命令。",
|
|
"commands": {
|
|
"allow": ["version"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-app-hide": {
|
|
"identifier": "deny-app-hide",
|
|
"description": "在没有任何预配置范围的情况下拒绝 app_hide 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["app_hide"]
|
|
}
|
|
},
|
|
"deny-app-show": {
|
|
"identifier": "deny-app-show",
|
|
"description": "在没有任何预配置范围的情况下拒绝 app_show 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["app_show"]
|
|
}
|
|
},
|
|
"deny-bundle-type": {
|
|
"identifier": "deny-bundle-type",
|
|
"description": "在没有任何预配置范围的情况下拒绝 bundle_type 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["bundle_type"]
|
|
}
|
|
},
|
|
"deny-default-window-icon": {
|
|
"identifier": "deny-default-window-icon",
|
|
"description": "在没有任何预配置范围的情况下拒绝 default_window_icon 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["default_window_icon"]
|
|
}
|
|
},
|
|
"deny-fetch-data-store-identifiers": {
|
|
"identifier": "deny-fetch-data-store-identifiers",
|
|
"description": "在没有任何预配置范围的情况下拒绝 fetch_data_store_identifiers 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["fetch_data_store_identifiers"]
|
|
}
|
|
},
|
|
"deny-identifier": {
|
|
"identifier": "deny-identifier",
|
|
"description": "在没有任何预配置范围的情况下拒绝 identifier 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["identifier"]
|
|
}
|
|
},
|
|
"deny-name": {
|
|
"identifier": "deny-name",
|
|
"description": "在没有任何预配置范围的情况下拒绝 name 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["name"]
|
|
}
|
|
},
|
|
"deny-register-listener": {
|
|
"identifier": "deny-register-listener",
|
|
"description": "在没有任何预配置范围的情况下拒绝 register_listener 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["register_listener"]
|
|
}
|
|
},
|
|
"deny-remove-data-store": {
|
|
"identifier": "deny-remove-data-store",
|
|
"description": "在没有任何预配置范围的情况下拒绝 remove_data_store 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["remove_data_store"]
|
|
}
|
|
},
|
|
"deny-remove-listener": {
|
|
"identifier": "deny-remove-listener",
|
|
"description": "在没有任何预配置范围的情况下拒绝 remove_listener 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["remove_listener"]
|
|
}
|
|
},
|
|
"deny-set-app-theme": {
|
|
"identifier": "deny-set-app-theme",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_app_theme 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_app_theme"]
|
|
}
|
|
},
|
|
"deny-set-dock-visibility": {
|
|
"identifier": "deny-set-dock-visibility",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_dock_visibility 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_dock_visibility"]
|
|
}
|
|
},
|
|
"deny-tauri-version": {
|
|
"identifier": "deny-tauri-version",
|
|
"description": "在没有任何预配置范围的情况下拒绝 tauri_version 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["tauri_version"]
|
|
}
|
|
},
|
|
"deny-version": {
|
|
"identifier": "deny-version",
|
|
"description": "在没有任何预配置范围的情况下拒绝 version 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["version"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"core:event": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "插件的默认权限,启用所有命令。",
|
|
"permissions": ["allow-listen", "allow-unlisten", "allow-emit", "allow-emit-to"]
|
|
},
|
|
"permissions": {
|
|
"allow-emit": {
|
|
"identifier": "allow-emit",
|
|
"description": "在没有任何预配置范围的情况下启用 emit 命令。",
|
|
"commands": {
|
|
"allow": ["emit"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-emit-to": {
|
|
"identifier": "allow-emit-to",
|
|
"description": "在没有任何预配置范围的情况下启用 emit_to 命令。",
|
|
"commands": {
|
|
"allow": ["emit_to"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-listen": {
|
|
"identifier": "allow-listen",
|
|
"description": "在没有任何预配置范围的情况下启用 listen 命令。",
|
|
"commands": {
|
|
"allow": ["listen"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-unlisten": {
|
|
"identifier": "allow-unlisten",
|
|
"description": "在没有任何预配置范围的情况下启用 unlisten 命令。",
|
|
"commands": {
|
|
"allow": ["unlisten"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-emit": {
|
|
"identifier": "deny-emit",
|
|
"description": "在没有任何预配置范围的情况下拒绝 emit 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["emit"]
|
|
}
|
|
},
|
|
"deny-emit-to": {
|
|
"identifier": "deny-emit-to",
|
|
"description": "在没有任何预配置范围的情况下拒绝 emit_to 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["emit_to"]
|
|
}
|
|
},
|
|
"deny-listen": {
|
|
"identifier": "deny-listen",
|
|
"description": "在没有任何预配置范围的情况下拒绝 listen 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["listen"]
|
|
}
|
|
},
|
|
"deny-unlisten": {
|
|
"identifier": "deny-unlisten",
|
|
"description": "在没有任何预配置范围的情况下拒绝 unlisten 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["unlisten"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"core:image": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "插件的默认权限,启用所有命令。",
|
|
"permissions": ["allow-new", "allow-from-bytes", "allow-from-path", "allow-rgba", "allow-size"]
|
|
},
|
|
"permissions": {
|
|
"allow-from-bytes": {
|
|
"identifier": "allow-from-bytes",
|
|
"description": "在没有任何预配置范围的情况下启用 from_bytes 命令。",
|
|
"commands": {
|
|
"allow": ["from_bytes"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-from-path": {
|
|
"identifier": "allow-from-path",
|
|
"description": "在没有任何预配置范围的情况下启用 from_path 命令。",
|
|
"commands": {
|
|
"allow": ["from_path"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-new": {
|
|
"identifier": "allow-new",
|
|
"description": "在没有任何预配置范围的情况下启用 new 命令。",
|
|
"commands": {
|
|
"allow": ["new"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-rgba": {
|
|
"identifier": "allow-rgba",
|
|
"description": "在没有任何预配置范围的情况下启用 rgba 命令。",
|
|
"commands": {
|
|
"allow": ["rgba"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-size": {
|
|
"identifier": "allow-size",
|
|
"description": "在没有任何预配置范围的情况下启用 size 命令。",
|
|
"commands": {
|
|
"allow": ["size"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-from-bytes": {
|
|
"identifier": "deny-from-bytes",
|
|
"description": "在没有任何预配置范围的情况下拒绝 from_bytes 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["from_bytes"]
|
|
}
|
|
},
|
|
"deny-from-path": {
|
|
"identifier": "deny-from-path",
|
|
"description": "在没有任何预配置范围的情况下拒绝 from_path 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["from_path"]
|
|
}
|
|
},
|
|
"deny-new": {
|
|
"identifier": "deny-new",
|
|
"description": "在没有任何预配置范围的情况下拒绝 new 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["new"]
|
|
}
|
|
},
|
|
"deny-rgba": {
|
|
"identifier": "deny-rgba",
|
|
"description": "在没有任何预配置范围的情况下拒绝 rgba 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["rgba"]
|
|
}
|
|
},
|
|
"deny-size": {
|
|
"identifier": "deny-size",
|
|
"description": "在没有任何预配置范围的情况下拒绝 size 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["size"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"core:menu": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "插件的默认权限,启用所有命令。",
|
|
"permissions": [
|
|
"allow-new",
|
|
"allow-append",
|
|
"allow-prepend",
|
|
"allow-insert",
|
|
"allow-remove",
|
|
"allow-remove-at",
|
|
"allow-items",
|
|
"allow-get",
|
|
"allow-popup",
|
|
"allow-create-default",
|
|
"allow-set-as-app-menu",
|
|
"allow-set-as-window-menu",
|
|
"allow-text",
|
|
"allow-set-text",
|
|
"allow-is-enabled",
|
|
"allow-set-enabled",
|
|
"allow-set-accelerator",
|
|
"allow-set-as-windows-menu-for-nsapp",
|
|
"allow-set-as-help-menu-for-nsapp",
|
|
"allow-is-checked",
|
|
"allow-set-checked",
|
|
"allow-set-icon"
|
|
]
|
|
},
|
|
"permissions": {
|
|
"allow-append": {
|
|
"identifier": "allow-append",
|
|
"description": "在没有任何预配置范围的情况下启用 append 命令。",
|
|
"commands": {
|
|
"allow": ["append"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-create-default": {
|
|
"identifier": "allow-create-default",
|
|
"description": "在没有任何预配置范围的情况下启用 create_default 命令。",
|
|
"commands": {
|
|
"allow": ["create_default"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-get": {
|
|
"identifier": "allow-get",
|
|
"description": "在没有任何预配置范围的情况下启用 get 命令。",
|
|
"commands": {
|
|
"allow": ["get"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-insert": {
|
|
"identifier": "allow-insert",
|
|
"description": "在没有任何预配置范围的情况下启用 insert 命令。",
|
|
"commands": {
|
|
"allow": ["insert"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-checked": {
|
|
"identifier": "allow-is-checked",
|
|
"description": "在没有任何预配置范围的情况下启用 is_checked 命令。",
|
|
"commands": {
|
|
"allow": ["is_checked"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-enabled": {
|
|
"identifier": "allow-is-enabled",
|
|
"description": "在没有任何预配置范围的情况下启用 is_enabled 命令。",
|
|
"commands": {
|
|
"allow": ["is_enabled"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-items": {
|
|
"identifier": "allow-items",
|
|
"description": "在没有任何预配置范围的情况下启用 items 命令。",
|
|
"commands": {
|
|
"allow": ["items"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-new": {
|
|
"identifier": "allow-new",
|
|
"description": "在没有任何预配置范围的情况下启用 new 命令。",
|
|
"commands": {
|
|
"allow": ["new"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-popup": {
|
|
"identifier": "allow-popup",
|
|
"description": "在没有任何预配置范围的情况下启用 popup 命令。",
|
|
"commands": {
|
|
"allow": ["popup"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-prepend": {
|
|
"identifier": "allow-prepend",
|
|
"description": "在没有任何预配置范围的情况下启用 prepend 命令。",
|
|
"commands": {
|
|
"allow": ["prepend"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-remove": {
|
|
"identifier": "allow-remove",
|
|
"description": "在没有任何预配置范围的情况下启用 remove 命令。",
|
|
"commands": {
|
|
"allow": ["remove"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-remove-at": {
|
|
"identifier": "allow-remove-at",
|
|
"description": "在没有任何预配置范围的情况下启用 remove_at 命令。",
|
|
"commands": {
|
|
"allow": ["remove_at"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-accelerator": {
|
|
"identifier": "allow-set-accelerator",
|
|
"description": "在没有任何预配置范围的情况下启用 set_accelerator 命令。",
|
|
"commands": {
|
|
"allow": ["set_accelerator"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-as-app-menu": {
|
|
"identifier": "allow-set-as-app-menu",
|
|
"description": "在没有任何预配置范围的情况下启用 set_as_app_menu 命令。",
|
|
"commands": {
|
|
"allow": ["set_as_app_menu"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-as-help-menu-for-nsapp": {
|
|
"identifier": "allow-set-as-help-menu-for-nsapp",
|
|
"description": "在没有任何预配置范围的情况下启用 set_as_help_menu_for_nsapp 命令。",
|
|
"commands": {
|
|
"allow": ["set_as_help_menu_for_nsapp"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-as-window-menu": {
|
|
"identifier": "allow-set-as-window-menu",
|
|
"description": "在没有任何预配置范围的情况下启用 set_as_window_menu 命令。",
|
|
"commands": {
|
|
"allow": ["set_as_window_menu"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-as-windows-menu-for-nsapp": {
|
|
"identifier": "allow-set-as-windows-menu-for-nsapp",
|
|
"description": "在没有任何预配置范围的情况下启用 set_as_windows_menu_for_nsapp 命令。",
|
|
"commands": {
|
|
"allow": ["set_as_windows_menu_for_nsapp"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-checked": {
|
|
"identifier": "allow-set-checked",
|
|
"description": "在没有任何预配置范围的情况下启用 set_checked 命令。",
|
|
"commands": {
|
|
"allow": ["set_checked"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-enabled": {
|
|
"identifier": "allow-set-enabled",
|
|
"description": "在没有任何预配置范围的情况下启用 set_enabled 命令。",
|
|
"commands": {
|
|
"allow": ["set_enabled"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-icon": {
|
|
"identifier": "allow-set-icon",
|
|
"description": "在没有任何预配置范围的情况下启用 set_icon 命令。",
|
|
"commands": {
|
|
"allow": ["set_icon"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-text": {
|
|
"identifier": "allow-set-text",
|
|
"description": "在没有任何预配置范围的情况下启用 set_text 命令。",
|
|
"commands": {
|
|
"allow": ["set_text"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-text": {
|
|
"identifier": "allow-text",
|
|
"description": "在没有任何预配置范围的情况下启用 text 命令。",
|
|
"commands": {
|
|
"allow": ["text"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-append": {
|
|
"identifier": "deny-append",
|
|
"description": "在没有任何预配置范围的情况下拒绝 append 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["append"]
|
|
}
|
|
},
|
|
"deny-create-default": {
|
|
"identifier": "deny-create-default",
|
|
"description": "在没有任何预配置范围的情况下拒绝 create_default 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["create_default"]
|
|
}
|
|
},
|
|
"deny-get": {
|
|
"identifier": "deny-get",
|
|
"description": "在没有任何预配置范围的情况下拒绝 get 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["get"]
|
|
}
|
|
},
|
|
"deny-insert": {
|
|
"identifier": "deny-insert",
|
|
"description": "在没有任何预配置范围的情况下拒绝 insert 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["insert"]
|
|
}
|
|
},
|
|
"deny-is-checked": {
|
|
"identifier": "deny-is-checked",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_checked 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_checked"]
|
|
}
|
|
},
|
|
"deny-is-enabled": {
|
|
"identifier": "deny-is-enabled",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_enabled 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_enabled"]
|
|
}
|
|
},
|
|
"deny-items": {
|
|
"identifier": "deny-items",
|
|
"description": "在没有任何预配置范围的情况下拒绝 items 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["items"]
|
|
}
|
|
},
|
|
"deny-new": {
|
|
"identifier": "deny-new",
|
|
"description": "在没有任何预配置范围的情况下拒绝 new 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["new"]
|
|
}
|
|
},
|
|
"deny-popup": {
|
|
"identifier": "deny-popup",
|
|
"description": "在没有任何预配置范围的情况下拒绝 popup 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["popup"]
|
|
}
|
|
},
|
|
"deny-prepend": {
|
|
"identifier": "deny-prepend",
|
|
"description": "在没有任何预配置范围的情况下拒绝 prepend 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["prepend"]
|
|
}
|
|
},
|
|
"deny-remove": {
|
|
"identifier": "deny-remove",
|
|
"description": "在没有任何预配置范围的情况下拒绝 remove 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["remove"]
|
|
}
|
|
},
|
|
"deny-remove-at": {
|
|
"identifier": "deny-remove-at",
|
|
"description": "在没有任何预配置范围的情况下拒绝 remove_at 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["remove_at"]
|
|
}
|
|
},
|
|
"deny-set-accelerator": {
|
|
"identifier": "deny-set-accelerator",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_accelerator 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_accelerator"]
|
|
}
|
|
},
|
|
"deny-set-as-app-menu": {
|
|
"identifier": "deny-set-as-app-menu",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_as_app_menu 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_as_app_menu"]
|
|
}
|
|
},
|
|
"deny-set-as-help-menu-for-nsapp": {
|
|
"identifier": "deny-set-as-help-menu-for-nsapp",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_as_help_menu_for_nsapp 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_as_help_menu_for_nsapp"]
|
|
}
|
|
},
|
|
"deny-set-as-window-menu": {
|
|
"identifier": "deny-set-as-window-menu",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_as_window_menu 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_as_window_menu"]
|
|
}
|
|
},
|
|
"deny-set-as-windows-menu-for-nsapp": {
|
|
"identifier": "deny-set-as-windows-menu-for-nsapp",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_as_windows_menu_for_nsapp 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_as_windows_menu_for_nsapp"]
|
|
}
|
|
},
|
|
"deny-set-checked": {
|
|
"identifier": "deny-set-checked",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_checked 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_checked"]
|
|
}
|
|
},
|
|
"deny-set-enabled": {
|
|
"identifier": "deny-set-enabled",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_enabled 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_enabled"]
|
|
}
|
|
},
|
|
"deny-set-icon": {
|
|
"identifier": "deny-set-icon",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_icon 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_icon"]
|
|
}
|
|
},
|
|
"deny-set-text": {
|
|
"identifier": "deny-set-text",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_text 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_text"]
|
|
}
|
|
},
|
|
"deny-text": {
|
|
"identifier": "deny-text",
|
|
"description": "在没有任何预配置范围的情况下拒绝 text 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["text"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"core:path": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "插件的默认权限,启用所有命令。",
|
|
"permissions": [
|
|
"allow-resolve-directory",
|
|
"allow-resolve",
|
|
"allow-normalize",
|
|
"allow-join",
|
|
"allow-dirname",
|
|
"allow-extname",
|
|
"allow-basename",
|
|
"allow-is-absolute"
|
|
]
|
|
},
|
|
"permissions": {
|
|
"allow-basename": {
|
|
"identifier": "allow-basename",
|
|
"description": "在没有任何预配置范围的情况下启用 basename 命令。",
|
|
"commands": {
|
|
"allow": ["basename"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-dirname": {
|
|
"identifier": "allow-dirname",
|
|
"description": "在没有任何预配置范围的情况下启用 dirname 命令。",
|
|
"commands": {
|
|
"allow": ["dirname"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-extname": {
|
|
"identifier": "allow-extname",
|
|
"description": "在没有任何预配置范围的情况下启用 extname 命令。",
|
|
"commands": {
|
|
"allow": ["extname"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-absolute": {
|
|
"identifier": "allow-is-absolute",
|
|
"description": "在没有任何预配置范围的情况下启用 is_absolute 命令。",
|
|
"commands": {
|
|
"allow": ["is_absolute"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-join": {
|
|
"identifier": "allow-join",
|
|
"description": "在没有任何预配置范围的情况下启用 join 命令。",
|
|
"commands": {
|
|
"allow": ["join"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-normalize": {
|
|
"identifier": "allow-normalize",
|
|
"description": "在没有任何预配置范围的情况下启用 normalize 命令。",
|
|
"commands": {
|
|
"allow": ["normalize"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-resolve": {
|
|
"identifier": "allow-resolve",
|
|
"description": "在没有任何预配置范围的情况下启用 resolve 命令。",
|
|
"commands": {
|
|
"allow": ["resolve"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-resolve-directory": {
|
|
"identifier": "allow-resolve-directory",
|
|
"description": "在没有任何预配置范围的情况下启用 resolve_directory 命令。",
|
|
"commands": {
|
|
"allow": ["resolve_directory"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-basename": {
|
|
"identifier": "deny-basename",
|
|
"description": "在没有任何预配置范围的情况下拒绝 basename 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["basename"]
|
|
}
|
|
},
|
|
"deny-dirname": {
|
|
"identifier": "deny-dirname",
|
|
"description": "在没有任何预配置范围的情况下拒绝 dirname 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["dirname"]
|
|
}
|
|
},
|
|
"deny-extname": {
|
|
"identifier": "deny-extname",
|
|
"description": "在没有任何预配置范围的情况下拒绝 extname 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["extname"]
|
|
}
|
|
},
|
|
"deny-is-absolute": {
|
|
"identifier": "deny-is-absolute",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_absolute 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_absolute"]
|
|
}
|
|
},
|
|
"deny-join": {
|
|
"identifier": "deny-join",
|
|
"description": "在没有任何预配置范围的情况下拒绝 join 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["join"]
|
|
}
|
|
},
|
|
"deny-normalize": {
|
|
"identifier": "deny-normalize",
|
|
"description": "在没有任何预配置范围的情况下拒绝 normalize 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["normalize"]
|
|
}
|
|
},
|
|
"deny-resolve": {
|
|
"identifier": "deny-resolve",
|
|
"description": "在没有任何预配置范围的情况下拒绝 resolve 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["resolve"]
|
|
}
|
|
},
|
|
"deny-resolve-directory": {
|
|
"identifier": "deny-resolve-directory",
|
|
"description": "在没有任何预配置范围的情况下拒绝 resolve_directory 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["resolve_directory"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"core:resources": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "插件的默认权限,启用所有命令。",
|
|
"permissions": ["allow-close"]
|
|
},
|
|
"permissions": {
|
|
"allow-close": {
|
|
"identifier": "allow-close",
|
|
"description": "在没有任何预配置范围的情况下启用 close 命令。",
|
|
"commands": {
|
|
"allow": ["close"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-close": {
|
|
"identifier": "deny-close",
|
|
"description": "在没有任何预配置范围的情况下拒绝 close 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["close"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"core:tray": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "插件的默认权限,启用所有命令。",
|
|
"permissions": [
|
|
"allow-new",
|
|
"allow-get-by-id",
|
|
"allow-remove-by-id",
|
|
"allow-set-icon",
|
|
"allow-set-menu",
|
|
"allow-set-tooltip",
|
|
"allow-set-title",
|
|
"allow-set-visible",
|
|
"allow-set-temp-dir-path",
|
|
"allow-set-icon-as-template",
|
|
"allow-set-show-menu-on-left-click"
|
|
]
|
|
},
|
|
"permissions": {
|
|
"allow-get-by-id": {
|
|
"identifier": "allow-get-by-id",
|
|
"description": "在没有任何预配置范围的情况下启用 get_by_id 命令。",
|
|
"commands": {
|
|
"allow": ["get_by_id"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-new": {
|
|
"identifier": "allow-new",
|
|
"description": "在没有任何预配置范围的情况下启用 new 命令。",
|
|
"commands": {
|
|
"allow": ["new"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-remove-by-id": {
|
|
"identifier": "allow-remove-by-id",
|
|
"description": "在没有任何预配置范围的情况下启用 remove_by_id 命令。",
|
|
"commands": {
|
|
"allow": ["remove_by_id"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-icon": {
|
|
"identifier": "allow-set-icon",
|
|
"description": "在没有任何预配置范围的情况下启用 set_icon 命令。",
|
|
"commands": {
|
|
"allow": ["set_icon"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-icon-as-template": {
|
|
"identifier": "allow-set-icon-as-template",
|
|
"description": "在没有任何预配置范围的情况下启用 set_icon_as_template 命令。",
|
|
"commands": {
|
|
"allow": ["set_icon_as_template"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-menu": {
|
|
"identifier": "allow-set-menu",
|
|
"description": "在没有任何预配置范围的情况下启用 set_menu 命令。",
|
|
"commands": {
|
|
"allow": ["set_menu"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-show-menu-on-left-click": {
|
|
"identifier": "allow-set-show-menu-on-left-click",
|
|
"description": "在没有任何预配置范围的情况下启用 set_show_menu_on_left_click 命令。",
|
|
"commands": {
|
|
"allow": ["set_show_menu_on_left_click"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-temp-dir-path": {
|
|
"identifier": "allow-set-temp-dir-path",
|
|
"description": "在没有任何预配置范围的情况下启用 set_temp_dir_path 命令。",
|
|
"commands": {
|
|
"allow": ["set_temp_dir_path"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-title": {
|
|
"identifier": "allow-set-title",
|
|
"description": "在没有任何预配置范围的情况下启用 set_title 命令。",
|
|
"commands": {
|
|
"allow": ["set_title"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-tooltip": {
|
|
"identifier": "allow-set-tooltip",
|
|
"description": "在没有任何预配置范围的情况下启用 set_tooltip 命令。",
|
|
"commands": {
|
|
"allow": ["set_tooltip"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-visible": {
|
|
"identifier": "allow-set-visible",
|
|
"description": "在没有任何预配置范围的情况下启用 set_visible 命令。",
|
|
"commands": {
|
|
"allow": ["set_visible"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-get-by-id": {
|
|
"identifier": "deny-get-by-id",
|
|
"description": "在没有任何预配置范围的情况下拒绝 get_by_id 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["get_by_id"]
|
|
}
|
|
},
|
|
"deny-new": {
|
|
"identifier": "deny-new",
|
|
"description": "在没有任何预配置范围的情况下拒绝 new 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["new"]
|
|
}
|
|
},
|
|
"deny-remove-by-id": {
|
|
"identifier": "deny-remove-by-id",
|
|
"description": "在没有任何预配置范围的情况下拒绝 remove_by_id 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["remove_by_id"]
|
|
}
|
|
},
|
|
"deny-set-icon": {
|
|
"identifier": "deny-set-icon",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_icon 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_icon"]
|
|
}
|
|
},
|
|
"deny-set-icon-as-template": {
|
|
"identifier": "deny-set-icon-as-template",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_icon_as_template 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_icon_as_template"]
|
|
}
|
|
},
|
|
"deny-set-menu": {
|
|
"identifier": "deny-set-menu",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_menu 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_menu"]
|
|
}
|
|
},
|
|
"deny-set-show-menu-on-left-click": {
|
|
"identifier": "deny-set-show-menu-on-left-click",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_show_menu_on_left_click 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_show_menu_on_left_click"]
|
|
}
|
|
},
|
|
"deny-set-temp-dir-path": {
|
|
"identifier": "deny-set-temp-dir-path",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_temp_dir_path 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_temp_dir_path"]
|
|
}
|
|
},
|
|
"deny-set-title": {
|
|
"identifier": "deny-set-title",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_title 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_title"]
|
|
}
|
|
},
|
|
"deny-set-tooltip": {
|
|
"identifier": "deny-set-tooltip",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_tooltip 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_tooltip"]
|
|
}
|
|
},
|
|
"deny-set-visible": {
|
|
"identifier": "deny-set-visible",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_visible 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_visible"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"core:webview": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "插件的默认权限。",
|
|
"permissions": ["allow-get-all-webviews", "allow-webview-position", "allow-webview-size", "allow-internal-toggle-devtools"]
|
|
},
|
|
"permissions": {
|
|
"allow-clear-all-browsing-data": {
|
|
"identifier": "allow-clear-all-browsing-data",
|
|
"description": "在没有任何预配置范围的情况下启用 clear_all_browsing_data 命令。",
|
|
"commands": {
|
|
"allow": ["clear_all_browsing_data"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-create-webview": {
|
|
"identifier": "allow-create-webview",
|
|
"description": "在没有任何预配置范围的情况下启用 create_webview 命令。",
|
|
"commands": {
|
|
"allow": ["create_webview"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-create-webview-window": {
|
|
"identifier": "allow-create-webview-window",
|
|
"description": "在没有任何预配置范围的情况下启用 create_webview_window 命令。",
|
|
"commands": {
|
|
"allow": ["create_webview_window"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-get-all-webviews": {
|
|
"identifier": "allow-get-all-webviews",
|
|
"description": "在没有任何预配置范围的情况下启用 get_all_webviews 命令。",
|
|
"commands": {
|
|
"allow": ["get_all_webviews"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-internal-toggle-devtools": {
|
|
"identifier": "allow-internal-toggle-devtools",
|
|
"description": "在没有任何预配置范围的情况下启用 internal_toggle_devtools 命令。",
|
|
"commands": {
|
|
"allow": ["internal_toggle_devtools"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-print": {
|
|
"identifier": "allow-print",
|
|
"description": "在没有任何预配置范围的情况下启用 print 命令。",
|
|
"commands": {
|
|
"allow": ["print"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-reparent": {
|
|
"identifier": "allow-reparent",
|
|
"description": "在没有任何预配置范围的情况下启用 reparent 命令。",
|
|
"commands": {
|
|
"allow": ["reparent"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-webview-auto-resize": {
|
|
"identifier": "allow-set-webview-auto-resize",
|
|
"description": "在没有任何预配置范围的情况下启用 set_webview_auto_resize 命令。",
|
|
"commands": {
|
|
"allow": ["set_webview_auto_resize"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-webview-background-color": {
|
|
"identifier": "allow-set-webview-background-color",
|
|
"description": "在没有任何预配置范围的情况下启用 set_webview_background_color 命令。",
|
|
"commands": {
|
|
"allow": ["set_webview_background_color"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-webview-focus": {
|
|
"identifier": "allow-set-webview-focus",
|
|
"description": "在没有任何预配置范围的情况下启用 set_webview_focus 命令。",
|
|
"commands": {
|
|
"allow": ["set_webview_focus"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-webview-position": {
|
|
"identifier": "allow-set-webview-position",
|
|
"description": "在没有任何预配置范围的情况下启用 set_webview_position 命令。",
|
|
"commands": {
|
|
"allow": ["set_webview_position"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-webview-size": {
|
|
"identifier": "allow-set-webview-size",
|
|
"description": "在没有任何预配置范围的情况下启用 set_webview_size 命令。",
|
|
"commands": {
|
|
"allow": ["set_webview_size"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-webview-zoom": {
|
|
"identifier": "allow-set-webview-zoom",
|
|
"description": "在没有任何预配置范围的情况下启用 set_webview_zoom 命令。",
|
|
"commands": {
|
|
"allow": ["set_webview_zoom"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-webview-close": {
|
|
"identifier": "allow-webview-close",
|
|
"description": "在没有任何预配置范围的情况下启用 webview_close 命令。",
|
|
"commands": {
|
|
"allow": ["webview_close"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-webview-hide": {
|
|
"identifier": "allow-webview-hide",
|
|
"description": "在没有任何预配置范围的情况下启用 webview_hide 命令。",
|
|
"commands": {
|
|
"allow": ["webview_hide"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-webview-position": {
|
|
"identifier": "allow-webview-position",
|
|
"description": "在没有任何预配置范围的情况下启用 webview_position 命令。",
|
|
"commands": {
|
|
"allow": ["webview_position"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-webview-show": {
|
|
"identifier": "allow-webview-show",
|
|
"description": "在没有任何预配置范围的情况下启用 webview_show 命令。",
|
|
"commands": {
|
|
"allow": ["webview_show"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-webview-size": {
|
|
"identifier": "allow-webview-size",
|
|
"description": "在没有任何预配置范围的情况下启用 webview_size 命令。",
|
|
"commands": {
|
|
"allow": ["webview_size"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-clear-all-browsing-data": {
|
|
"identifier": "deny-clear-all-browsing-data",
|
|
"description": "在没有任何预配置范围的情况下拒绝 clear_all_browsing_data 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["clear_all_browsing_data"]
|
|
}
|
|
},
|
|
"deny-create-webview": {
|
|
"identifier": "deny-create-webview",
|
|
"description": "在没有任何预配置范围的情况下拒绝 create_webview 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["create_webview"]
|
|
}
|
|
},
|
|
"deny-create-webview-window": {
|
|
"identifier": "deny-create-webview-window",
|
|
"description": "在没有任何预配置范围的情况下拒绝 create_webview_window 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["create_webview_window"]
|
|
}
|
|
},
|
|
"deny-get-all-webviews": {
|
|
"identifier": "deny-get-all-webviews",
|
|
"description": "在没有任何预配置范围的情况下拒绝 get_all_webviews 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["get_all_webviews"]
|
|
}
|
|
},
|
|
"deny-internal-toggle-devtools": {
|
|
"identifier": "deny-internal-toggle-devtools",
|
|
"description": "在没有任何预配置范围的情况下拒绝 internal_toggle_devtools 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["internal_toggle_devtools"]
|
|
}
|
|
},
|
|
"deny-print": {
|
|
"identifier": "deny-print",
|
|
"description": "在没有任何预配置范围的情况下拒绝 print 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["print"]
|
|
}
|
|
},
|
|
"deny-reparent": {
|
|
"identifier": "deny-reparent",
|
|
"description": "在没有任何预配置范围的情况下拒绝 reparent 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["reparent"]
|
|
}
|
|
},
|
|
"deny-set-webview-auto-resize": {
|
|
"identifier": "deny-set-webview-auto-resize",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_webview_auto_resize 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_webview_auto_resize"]
|
|
}
|
|
},
|
|
"deny-set-webview-background-color": {
|
|
"identifier": "deny-set-webview-background-color",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_webview_background_color 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_webview_background_color"]
|
|
}
|
|
},
|
|
"deny-set-webview-focus": {
|
|
"identifier": "deny-set-webview-focus",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_webview_focus 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_webview_focus"]
|
|
}
|
|
},
|
|
"deny-set-webview-position": {
|
|
"identifier": "deny-set-webview-position",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_webview_position 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_webview_position"]
|
|
}
|
|
},
|
|
"deny-set-webview-size": {
|
|
"identifier": "deny-set-webview-size",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_webview_size 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_webview_size"]
|
|
}
|
|
},
|
|
"deny-set-webview-zoom": {
|
|
"identifier": "deny-set-webview-zoom",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_webview_zoom 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_webview_zoom"]
|
|
}
|
|
},
|
|
"deny-webview-close": {
|
|
"identifier": "deny-webview-close",
|
|
"description": "在没有任何预配置范围的情况下拒绝 webview_close 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["webview_close"]
|
|
}
|
|
},
|
|
"deny-webview-hide": {
|
|
"identifier": "deny-webview-hide",
|
|
"description": "在没有任何预配置范围的情况下拒绝 webview_hide 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["webview_hide"]
|
|
}
|
|
},
|
|
"deny-webview-position": {
|
|
"identifier": "deny-webview-position",
|
|
"description": "在没有任何预配置范围的情况下拒绝 webview_position 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["webview_position"]
|
|
}
|
|
},
|
|
"deny-webview-show": {
|
|
"identifier": "deny-webview-show",
|
|
"description": "在没有任何预配置范围的情况下拒绝 webview_show 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["webview_show"]
|
|
}
|
|
},
|
|
"deny-webview-size": {
|
|
"identifier": "deny-webview-size",
|
|
"description": "在没有任何预配置范围的情况下拒绝 webview_size 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["webview_size"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"core:window": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "插件的默认权限。",
|
|
"permissions": [
|
|
"allow-get-all-windows",
|
|
"allow-scale-factor",
|
|
"allow-inner-position",
|
|
"allow-outer-position",
|
|
"allow-inner-size",
|
|
"allow-outer-size",
|
|
"allow-is-fullscreen",
|
|
"allow-is-minimized",
|
|
"allow-is-maximized",
|
|
"allow-is-focused",
|
|
"allow-is-decorated",
|
|
"allow-is-resizable",
|
|
"allow-is-maximizable",
|
|
"allow-is-minimizable",
|
|
"allow-is-closable",
|
|
"allow-is-visible",
|
|
"allow-is-enabled",
|
|
"allow-title",
|
|
"allow-current-monitor",
|
|
"allow-primary-monitor",
|
|
"allow-monitor-from-point",
|
|
"allow-available-monitors",
|
|
"allow-cursor-position",
|
|
"allow-theme",
|
|
"allow-is-always-on-top",
|
|
"allow-internal-toggle-maximize"
|
|
]
|
|
},
|
|
"permissions": {
|
|
"allow-available-monitors": {
|
|
"identifier": "allow-available-monitors",
|
|
"description": "在没有任何预配置范围的情况下启用 available_monitors 命令。",
|
|
"commands": {
|
|
"allow": ["available_monitors"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-center": {
|
|
"identifier": "allow-center",
|
|
"description": "在没有任何预配置范围的情况下启用 center 命令。",
|
|
"commands": {
|
|
"allow": ["center"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-close": {
|
|
"identifier": "allow-close",
|
|
"description": "在没有任何预配置范围的情况下启用 close 命令。",
|
|
"commands": {
|
|
"allow": ["close"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-create": {
|
|
"identifier": "allow-create",
|
|
"description": "在没有任何预配置范围的情况下启用 create 命令。",
|
|
"commands": {
|
|
"allow": ["create"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-current-monitor": {
|
|
"identifier": "allow-current-monitor",
|
|
"description": "在没有任何预配置范围的情况下启用 current_monitor 命令。",
|
|
"commands": {
|
|
"allow": ["current_monitor"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-cursor-position": {
|
|
"identifier": "allow-cursor-position",
|
|
"description": "在没有任何预配置范围的情况下启用 cursor_position 命令。",
|
|
"commands": {
|
|
"allow": ["cursor_position"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-destroy": {
|
|
"identifier": "allow-destroy",
|
|
"description": "在没有任何预配置范围的情况下启用 destroy 命令。",
|
|
"commands": {
|
|
"allow": ["destroy"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-get-all-windows": {
|
|
"identifier": "allow-get-all-windows",
|
|
"description": "在没有任何预配置范围的情况下启用 get_all_windows 命令。",
|
|
"commands": {
|
|
"allow": ["get_all_windows"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-hide": {
|
|
"identifier": "allow-hide",
|
|
"description": "在没有任何预配置范围的情况下启用 hide 命令。",
|
|
"commands": {
|
|
"allow": ["hide"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-inner-position": {
|
|
"identifier": "allow-inner-position",
|
|
"description": "在没有任何预配置范围的情况下启用 inner_position 命令。",
|
|
"commands": {
|
|
"allow": ["inner_position"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-inner-size": {
|
|
"identifier": "allow-inner-size",
|
|
"description": "在没有任何预配置范围的情况下启用 inner_size 命令。",
|
|
"commands": {
|
|
"allow": ["inner_size"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-internal-toggle-maximize": {
|
|
"identifier": "allow-internal-toggle-maximize",
|
|
"description": "在没有任何预配置范围的情况下启用 internal_toggle_maximize 命令。",
|
|
"commands": {
|
|
"allow": ["internal_toggle_maximize"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-always-on-top": {
|
|
"identifier": "allow-is-always-on-top",
|
|
"description": "在没有任何预配置范围的情况下启用 is_always_on_top 命令。",
|
|
"commands": {
|
|
"allow": ["is_always_on_top"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-closable": {
|
|
"identifier": "allow-is-closable",
|
|
"description": "在没有任何预配置范围的情况下启用 is_closable 命令。",
|
|
"commands": {
|
|
"allow": ["is_closable"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-decorated": {
|
|
"identifier": "allow-is-decorated",
|
|
"description": "在没有任何预配置范围的情况下启用 is_decorated 命令。",
|
|
"commands": {
|
|
"allow": ["is_decorated"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-enabled": {
|
|
"identifier": "allow-is-enabled",
|
|
"description": "在没有任何预配置范围的情况下启用 is_enabled 命令。",
|
|
"commands": {
|
|
"allow": ["is_enabled"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-focused": {
|
|
"identifier": "allow-is-focused",
|
|
"description": "在没有任何预配置范围的情况下启用 is_focused 命令。",
|
|
"commands": {
|
|
"allow": ["is_focused"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-fullscreen": {
|
|
"identifier": "allow-is-fullscreen",
|
|
"description": "在没有任何预配置范围的情况下启用 is_fullscreen 命令。",
|
|
"commands": {
|
|
"allow": ["is_fullscreen"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-maximizable": {
|
|
"identifier": "allow-is-maximizable",
|
|
"description": "在没有任何预配置范围的情况下启用 is_maximizable 命令。",
|
|
"commands": {
|
|
"allow": ["is_maximizable"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-maximized": {
|
|
"identifier": "allow-is-maximized",
|
|
"description": "在没有任何预配置范围的情况下启用 is_maximized 命令。",
|
|
"commands": {
|
|
"allow": ["is_maximized"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-minimizable": {
|
|
"identifier": "allow-is-minimizable",
|
|
"description": "在没有任何预配置范围的情况下启用 is_minimizable 命令。",
|
|
"commands": {
|
|
"allow": ["is_minimizable"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-minimized": {
|
|
"identifier": "allow-is-minimized",
|
|
"description": "在没有任何预配置范围的情况下启用 is_minimized 命令。",
|
|
"commands": {
|
|
"allow": ["is_minimized"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-resizable": {
|
|
"identifier": "allow-is-resizable",
|
|
"description": "在没有任何预配置范围的情况下启用 is_resizable 命令。",
|
|
"commands": {
|
|
"allow": ["is_resizable"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-is-visible": {
|
|
"identifier": "allow-is-visible",
|
|
"description": "在没有任何预配置范围的情况下启用 is_visible 命令。",
|
|
"commands": {
|
|
"allow": ["is_visible"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-maximize": {
|
|
"identifier": "allow-maximize",
|
|
"description": "在没有任何预配置范围的情况下启用 maximize 命令。",
|
|
"commands": {
|
|
"allow": ["maximize"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-minimize": {
|
|
"identifier": "allow-minimize",
|
|
"description": "在没有任何预配置范围的情况下启用 minimize 命令。",
|
|
"commands": {
|
|
"allow": ["minimize"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-monitor-from-point": {
|
|
"identifier": "allow-monitor-from-point",
|
|
"description": "在没有任何预配置范围的情况下启用 monitor_from_point 命令。",
|
|
"commands": {
|
|
"allow": ["monitor_from_point"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-outer-position": {
|
|
"identifier": "allow-outer-position",
|
|
"description": "在没有任何预配置范围的情况下启用 outer_position 命令。",
|
|
"commands": {
|
|
"allow": ["outer_position"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-outer-size": {
|
|
"identifier": "allow-outer-size",
|
|
"description": "在没有任何预配置范围的情况下启用 outer_size 命令。",
|
|
"commands": {
|
|
"allow": ["outer_size"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-primary-monitor": {
|
|
"identifier": "allow-primary-monitor",
|
|
"description": "在没有任何预配置范围的情况下启用 primary_monitor 命令。",
|
|
"commands": {
|
|
"allow": ["primary_monitor"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-request-user-attention": {
|
|
"identifier": "allow-request-user-attention",
|
|
"description": "在没有任何预配置范围的情况下启用 request_user_attention 命令。",
|
|
"commands": {
|
|
"allow": ["request_user_attention"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-scale-factor": {
|
|
"identifier": "allow-scale-factor",
|
|
"description": "在没有任何预配置范围的情况下启用 scale_factor 命令。",
|
|
"commands": {
|
|
"allow": ["scale_factor"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-always-on-bottom": {
|
|
"identifier": "allow-set-always-on-bottom",
|
|
"description": "在没有任何预配置范围的情况下启用 set_always_on_bottom 命令。",
|
|
"commands": {
|
|
"allow": ["set_always_on_bottom"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-always-on-top": {
|
|
"identifier": "allow-set-always-on-top",
|
|
"description": "在没有任何预配置范围的情况下启用 set_always_on_top 命令。",
|
|
"commands": {
|
|
"allow": ["set_always_on_top"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-background-color": {
|
|
"identifier": "allow-set-background-color",
|
|
"description": "在没有任何预配置范围的情况下启用 set_background_color 命令。",
|
|
"commands": {
|
|
"allow": ["set_background_color"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-badge-count": {
|
|
"identifier": "allow-set-badge-count",
|
|
"description": "在没有任何预配置范围的情况下启用 set_badge_count 命令。",
|
|
"commands": {
|
|
"allow": ["set_badge_count"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-badge-label": {
|
|
"identifier": "allow-set-badge-label",
|
|
"description": "在没有任何预配置范围的情况下启用 set_badge_label 命令。",
|
|
"commands": {
|
|
"allow": ["set_badge_label"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-closable": {
|
|
"identifier": "allow-set-closable",
|
|
"description": "在没有任何预配置范围的情况下启用 set_closable 命令。",
|
|
"commands": {
|
|
"allow": ["set_closable"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-content-protected": {
|
|
"identifier": "allow-set-content-protected",
|
|
"description": "在没有任何预配置范围的情况下启用 set_content_protected 命令。",
|
|
"commands": {
|
|
"allow": ["set_content_protected"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-cursor-grab": {
|
|
"identifier": "allow-set-cursor-grab",
|
|
"description": "在没有任何预配置范围的情况下启用 set_cursor_grab 命令。",
|
|
"commands": {
|
|
"allow": ["set_cursor_grab"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-cursor-icon": {
|
|
"identifier": "allow-set-cursor-icon",
|
|
"description": "在没有任何预配置范围的情况下启用 set_cursor_icon 命令。",
|
|
"commands": {
|
|
"allow": ["set_cursor_icon"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-cursor-position": {
|
|
"identifier": "allow-set-cursor-position",
|
|
"description": "在没有任何预配置范围的情况下启用 set_cursor_position 命令。",
|
|
"commands": {
|
|
"allow": ["set_cursor_position"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-cursor-visible": {
|
|
"identifier": "allow-set-cursor-visible",
|
|
"description": "在没有任何预配置范围的情况下启用 set_cursor_visible 命令。",
|
|
"commands": {
|
|
"allow": ["set_cursor_visible"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-decorations": {
|
|
"identifier": "allow-set-decorations",
|
|
"description": "在没有任何预配置范围的情况下启用 set_decorations 命令。",
|
|
"commands": {
|
|
"allow": ["set_decorations"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-effects": {
|
|
"identifier": "allow-set-effects",
|
|
"description": "在没有任何预配置范围的情况下启用 set_effects 命令。",
|
|
"commands": {
|
|
"allow": ["set_effects"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-enabled": {
|
|
"identifier": "allow-set-enabled",
|
|
"description": "在没有任何预配置范围的情况下启用 set_enabled 命令。",
|
|
"commands": {
|
|
"allow": ["set_enabled"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-focus": {
|
|
"identifier": "allow-set-focus",
|
|
"description": "在没有任何预配置范围的情况下启用 set_focus 命令。",
|
|
"commands": {
|
|
"allow": ["set_focus"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-focusable": {
|
|
"identifier": "allow-set-focusable",
|
|
"description": "在没有任何预配置范围的情况下启用 set_focusable 命令。",
|
|
"commands": {
|
|
"allow": ["set_focusable"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-fullscreen": {
|
|
"identifier": "allow-set-fullscreen",
|
|
"description": "在没有任何预配置范围的情况下启用 set_fullscreen 命令。",
|
|
"commands": {
|
|
"allow": ["set_fullscreen"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-icon": {
|
|
"identifier": "allow-set-icon",
|
|
"description": "在没有任何预配置范围的情况下启用 set_icon 命令。",
|
|
"commands": {
|
|
"allow": ["set_icon"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-ignore-cursor-events": {
|
|
"identifier": "allow-set-ignore-cursor-events",
|
|
"description": "在没有任何预配置范围的情况下启用 set_ignore_cursor_events 命令。",
|
|
"commands": {
|
|
"allow": ["set_ignore_cursor_events"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-max-size": {
|
|
"identifier": "allow-set-max-size",
|
|
"description": "在没有任何预配置范围的情况下启用 set_max_size 命令。",
|
|
"commands": {
|
|
"allow": ["set_max_size"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-maximizable": {
|
|
"identifier": "allow-set-maximizable",
|
|
"description": "在没有任何预配置范围的情况下启用 set_maximizable 命令。",
|
|
"commands": {
|
|
"allow": ["set_maximizable"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-min-size": {
|
|
"identifier": "allow-set-min-size",
|
|
"description": "在没有任何预配置范围的情况下启用 set_min_size 命令。",
|
|
"commands": {
|
|
"allow": ["set_min_size"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-minimizable": {
|
|
"identifier": "allow-set-minimizable",
|
|
"description": "在没有任何预配置范围的情况下启用 set_minimizable 命令。",
|
|
"commands": {
|
|
"allow": ["set_minimizable"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-overlay-icon": {
|
|
"identifier": "allow-set-overlay-icon",
|
|
"description": "在没有任何预配置范围的情况下启用 set_overlay_icon 命令。",
|
|
"commands": {
|
|
"allow": ["set_overlay_icon"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-position": {
|
|
"identifier": "allow-set-position",
|
|
"description": "在没有任何预配置范围的情况下启用 set_position 命令。",
|
|
"commands": {
|
|
"allow": ["set_position"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-progress-bar": {
|
|
"identifier": "allow-set-progress-bar",
|
|
"description": "在没有任何预配置范围的情况下启用 set_progress_bar 命令。",
|
|
"commands": {
|
|
"allow": ["set_progress_bar"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-resizable": {
|
|
"identifier": "allow-set-resizable",
|
|
"description": "在没有任何预配置范围的情况下启用 set_resizable 命令。",
|
|
"commands": {
|
|
"allow": ["set_resizable"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-shadow": {
|
|
"identifier": "allow-set-shadow",
|
|
"description": "在没有任何预配置范围的情况下启用 set_shadow 命令。",
|
|
"commands": {
|
|
"allow": ["set_shadow"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-simple-fullscreen": {
|
|
"identifier": "allow-set-simple-fullscreen",
|
|
"description": "在没有任何预配置范围的情况下启用 set_simple_fullscreen 命令。",
|
|
"commands": {
|
|
"allow": ["set_simple_fullscreen"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-size": {
|
|
"identifier": "allow-set-size",
|
|
"description": "在没有任何预配置范围的情况下启用 set_size 命令。",
|
|
"commands": {
|
|
"allow": ["set_size"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-size-constraints": {
|
|
"identifier": "allow-set-size-constraints",
|
|
"description": "在没有任何预配置范围的情况下启用 set_size_constraints 命令。",
|
|
"commands": {
|
|
"allow": ["set_size_constraints"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-skip-taskbar": {
|
|
"identifier": "allow-set-skip-taskbar",
|
|
"description": "在没有任何预配置范围的情况下启用 set_skip_taskbar 命令。",
|
|
"commands": {
|
|
"allow": ["set_skip_taskbar"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-theme": {
|
|
"identifier": "allow-set-theme",
|
|
"description": "在没有任何预配置范围的情况下启用 set_theme 命令。",
|
|
"commands": {
|
|
"allow": ["set_theme"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-title": {
|
|
"identifier": "allow-set-title",
|
|
"description": "在没有任何预配置范围的情况下启用 set_title 命令。",
|
|
"commands": {
|
|
"allow": ["set_title"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-title-bar-style": {
|
|
"identifier": "allow-set-title-bar-style",
|
|
"description": "在没有任何预配置范围的情况下启用 set_title_bar_style 命令。",
|
|
"commands": {
|
|
"allow": ["set_title_bar_style"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-set-visible-on-all-workspaces": {
|
|
"identifier": "allow-set-visible-on-all-workspaces",
|
|
"description": "在没有任何预配置范围的情况下启用 set_visible_on_all_workspaces 命令。",
|
|
"commands": {
|
|
"allow": ["set_visible_on_all_workspaces"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-show": {
|
|
"identifier": "allow-show",
|
|
"description": "在没有任何预配置范围的情况下启用 show 命令。",
|
|
"commands": {
|
|
"allow": ["show"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-start-dragging": {
|
|
"identifier": "allow-start-dragging",
|
|
"description": "在没有任何预配置范围的情况下启用 start_dragging 命令。",
|
|
"commands": {
|
|
"allow": ["start_dragging"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-start-resize-dragging": {
|
|
"identifier": "allow-start-resize-dragging",
|
|
"description": "在没有任何预配置范围的情况下启用 start_resize_dragging 命令。",
|
|
"commands": {
|
|
"allow": ["start_resize_dragging"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-theme": {
|
|
"identifier": "allow-theme",
|
|
"description": "在没有任何预配置范围的情况下启用 theme 命令。",
|
|
"commands": {
|
|
"allow": ["theme"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-title": {
|
|
"identifier": "allow-title",
|
|
"description": "在没有任何预配置范围的情况下启用 title 命令。",
|
|
"commands": {
|
|
"allow": ["title"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-toggle-maximize": {
|
|
"identifier": "allow-toggle-maximize",
|
|
"description": "在没有任何预配置范围的情况下启用 toggle_maximize 命令。",
|
|
"commands": {
|
|
"allow": ["toggle_maximize"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-unmaximize": {
|
|
"identifier": "allow-unmaximize",
|
|
"description": "在没有任何预配置范围的情况下启用 unmaximize 命令。",
|
|
"commands": {
|
|
"allow": ["unmaximize"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-unminimize": {
|
|
"identifier": "allow-unminimize",
|
|
"description": "在没有任何预配置范围的情况下启用 unminimize 命令。",
|
|
"commands": {
|
|
"allow": ["unminimize"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-available-monitors": {
|
|
"identifier": "deny-available-monitors",
|
|
"description": "在没有任何预配置范围的情况下拒绝 available_monitors 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["available_monitors"]
|
|
}
|
|
},
|
|
"deny-center": {
|
|
"identifier": "deny-center",
|
|
"description": "在没有任何预配置范围的情况下拒绝 center 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["center"]
|
|
}
|
|
},
|
|
"deny-close": {
|
|
"identifier": "deny-close",
|
|
"description": "在没有任何预配置范围的情况下拒绝 close 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["close"]
|
|
}
|
|
},
|
|
"deny-create": {
|
|
"identifier": "deny-create",
|
|
"description": "在没有任何预配置范围的情况下拒绝 create 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["create"]
|
|
}
|
|
},
|
|
"deny-current-monitor": {
|
|
"identifier": "deny-current-monitor",
|
|
"description": "在没有任何预配置范围的情况下拒绝 current_monitor 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["current_monitor"]
|
|
}
|
|
},
|
|
"deny-cursor-position": {
|
|
"identifier": "deny-cursor-position",
|
|
"description": "在没有任何预配置范围的情况下拒绝 cursor_position 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["cursor_position"]
|
|
}
|
|
},
|
|
"deny-destroy": {
|
|
"identifier": "deny-destroy",
|
|
"description": "在没有任何预配置范围的情况下拒绝 destroy 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["destroy"]
|
|
}
|
|
},
|
|
"deny-get-all-windows": {
|
|
"identifier": "deny-get-all-windows",
|
|
"description": "在没有任何预配置范围的情况下拒绝 get_all_windows 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["get_all_windows"]
|
|
}
|
|
},
|
|
"deny-hide": {
|
|
"identifier": "deny-hide",
|
|
"description": "在没有任何预配置范围的情况下拒绝 hide 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["hide"]
|
|
}
|
|
},
|
|
"deny-inner-position": {
|
|
"identifier": "deny-inner-position",
|
|
"description": "在没有任何预配置范围的情况下拒绝 inner_position 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["inner_position"]
|
|
}
|
|
},
|
|
"deny-inner-size": {
|
|
"identifier": "deny-inner-size",
|
|
"description": "在没有任何预配置范围的情况下拒绝 inner_size 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["inner_size"]
|
|
}
|
|
},
|
|
"deny-internal-toggle-maximize": {
|
|
"identifier": "deny-internal-toggle-maximize",
|
|
"description": "在没有任何预配置范围的情况下拒绝 internal_toggle_maximize 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["internal_toggle_maximize"]
|
|
}
|
|
},
|
|
"deny-is-always-on-top": {
|
|
"identifier": "deny-is-always-on-top",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_always_on_top 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_always_on_top"]
|
|
}
|
|
},
|
|
"deny-is-closable": {
|
|
"identifier": "deny-is-closable",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_closable 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_closable"]
|
|
}
|
|
},
|
|
"deny-is-decorated": {
|
|
"identifier": "deny-is-decorated",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_decorated 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_decorated"]
|
|
}
|
|
},
|
|
"deny-is-enabled": {
|
|
"identifier": "deny-is-enabled",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_enabled 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_enabled"]
|
|
}
|
|
},
|
|
"deny-is-focused": {
|
|
"identifier": "deny-is-focused",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_focused 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_focused"]
|
|
}
|
|
},
|
|
"deny-is-fullscreen": {
|
|
"identifier": "deny-is-fullscreen",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_fullscreen 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_fullscreen"]
|
|
}
|
|
},
|
|
"deny-is-maximizable": {
|
|
"identifier": "deny-is-maximizable",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_maximizable 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_maximizable"]
|
|
}
|
|
},
|
|
"deny-is-maximized": {
|
|
"identifier": "deny-is-maximized",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_maximized 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_maximized"]
|
|
}
|
|
},
|
|
"deny-is-minimizable": {
|
|
"identifier": "deny-is-minimizable",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_minimizable 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_minimizable"]
|
|
}
|
|
},
|
|
"deny-is-minimized": {
|
|
"identifier": "deny-is-minimized",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_minimized 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_minimized"]
|
|
}
|
|
},
|
|
"deny-is-resizable": {
|
|
"identifier": "deny-is-resizable",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_resizable 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_resizable"]
|
|
}
|
|
},
|
|
"deny-is-visible": {
|
|
"identifier": "deny-is-visible",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_visible 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_visible"]
|
|
}
|
|
},
|
|
"deny-maximize": {
|
|
"identifier": "deny-maximize",
|
|
"description": "在没有任何预配置范围的情况下拒绝 maximize 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["maximize"]
|
|
}
|
|
},
|
|
"deny-minimize": {
|
|
"identifier": "deny-minimize",
|
|
"description": "在没有任何预配置范围的情况下拒绝 minimize 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["minimize"]
|
|
}
|
|
},
|
|
"deny-monitor-from-point": {
|
|
"identifier": "deny-monitor-from-point",
|
|
"description": "在没有任何预配置范围的情况下拒绝 monitor_from_point 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["monitor_from_point"]
|
|
}
|
|
},
|
|
"deny-outer-position": {
|
|
"identifier": "deny-outer-position",
|
|
"description": "在没有任何预配置范围的情况下拒绝 outer_position 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["outer_position"]
|
|
}
|
|
},
|
|
"deny-outer-size": {
|
|
"identifier": "deny-outer-size",
|
|
"description": "在没有任何预配置范围的情况下拒绝 outer_size 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["outer_size"]
|
|
}
|
|
},
|
|
"deny-primary-monitor": {
|
|
"identifier": "deny-primary-monitor",
|
|
"description": "在没有任何预配置范围的情况下拒绝 primary_monitor 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["primary_monitor"]
|
|
}
|
|
},
|
|
"deny-request-user-attention": {
|
|
"identifier": "deny-request-user-attention",
|
|
"description": "在没有任何预配置范围的情况下拒绝 request_user_attention 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["request_user_attention"]
|
|
}
|
|
},
|
|
"deny-scale-factor": {
|
|
"identifier": "deny-scale-factor",
|
|
"description": "在没有任何预配置范围的情况下拒绝 scale_factor 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["scale_factor"]
|
|
}
|
|
},
|
|
"deny-set-always-on-bottom": {
|
|
"identifier": "deny-set-always-on-bottom",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_always_on_bottom 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_always_on_bottom"]
|
|
}
|
|
},
|
|
"deny-set-always-on-top": {
|
|
"identifier": "deny-set-always-on-top",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_always_on_top 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_always_on_top"]
|
|
}
|
|
},
|
|
"deny-set-background-color": {
|
|
"identifier": "deny-set-background-color",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_background_color 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_background_color"]
|
|
}
|
|
},
|
|
"deny-set-badge-count": {
|
|
"identifier": "deny-set-badge-count",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_badge_count 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_badge_count"]
|
|
}
|
|
},
|
|
"deny-set-badge-label": {
|
|
"identifier": "deny-set-badge-label",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_badge_label 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_badge_label"]
|
|
}
|
|
},
|
|
"deny-set-closable": {
|
|
"identifier": "deny-set-closable",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_closable 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_closable"]
|
|
}
|
|
},
|
|
"deny-set-content-protected": {
|
|
"identifier": "deny-set-content-protected",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_content_protected 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_content_protected"]
|
|
}
|
|
},
|
|
"deny-set-cursor-grab": {
|
|
"identifier": "deny-set-cursor-grab",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_cursor_grab 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_cursor_grab"]
|
|
}
|
|
},
|
|
"deny-set-cursor-icon": {
|
|
"identifier": "deny-set-cursor-icon",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_cursor_icon 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_cursor_icon"]
|
|
}
|
|
},
|
|
"deny-set-cursor-position": {
|
|
"identifier": "deny-set-cursor-position",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_cursor_position 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_cursor_position"]
|
|
}
|
|
},
|
|
"deny-set-cursor-visible": {
|
|
"identifier": "deny-set-cursor-visible",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_cursor_visible 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_cursor_visible"]
|
|
}
|
|
},
|
|
"deny-set-decorations": {
|
|
"identifier": "deny-set-decorations",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_decorations 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_decorations"]
|
|
}
|
|
},
|
|
"deny-set-effects": {
|
|
"identifier": "deny-set-effects",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_effects 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_effects"]
|
|
}
|
|
},
|
|
"deny-set-enabled": {
|
|
"identifier": "deny-set-enabled",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_enabled 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_enabled"]
|
|
}
|
|
},
|
|
"deny-set-focus": {
|
|
"identifier": "deny-set-focus",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_focus 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_focus"]
|
|
}
|
|
},
|
|
"deny-set-focusable": {
|
|
"identifier": "deny-set-focusable",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_focusable 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_focusable"]
|
|
}
|
|
},
|
|
"deny-set-fullscreen": {
|
|
"identifier": "deny-set-fullscreen",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_fullscreen 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_fullscreen"]
|
|
}
|
|
},
|
|
"deny-set-icon": {
|
|
"identifier": "deny-set-icon",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_icon 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_icon"]
|
|
}
|
|
},
|
|
"deny-set-ignore-cursor-events": {
|
|
"identifier": "deny-set-ignore-cursor-events",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_ignore_cursor_events 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_ignore_cursor_events"]
|
|
}
|
|
},
|
|
"deny-set-max-size": {
|
|
"identifier": "deny-set-max-size",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_max_size 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_max_size"]
|
|
}
|
|
},
|
|
"deny-set-maximizable": {
|
|
"identifier": "deny-set-maximizable",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_maximizable 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_maximizable"]
|
|
}
|
|
},
|
|
"deny-set-min-size": {
|
|
"identifier": "deny-set-min-size",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_min_size 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_min_size"]
|
|
}
|
|
},
|
|
"deny-set-minimizable": {
|
|
"identifier": "deny-set-minimizable",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_minimizable 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_minimizable"]
|
|
}
|
|
},
|
|
"deny-set-overlay-icon": {
|
|
"identifier": "deny-set-overlay-icon",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_overlay_icon 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_overlay_icon"]
|
|
}
|
|
},
|
|
"deny-set-position": {
|
|
"identifier": "deny-set-position",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_position 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_position"]
|
|
}
|
|
},
|
|
"deny-set-progress-bar": {
|
|
"identifier": "deny-set-progress-bar",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_progress_bar 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_progress_bar"]
|
|
}
|
|
},
|
|
"deny-set-resizable": {
|
|
"identifier": "deny-set-resizable",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_resizable 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_resizable"]
|
|
}
|
|
},
|
|
"deny-set-shadow": {
|
|
"identifier": "deny-set-shadow",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_shadow 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_shadow"]
|
|
}
|
|
},
|
|
"deny-set-simple-fullscreen": {
|
|
"identifier": "deny-set-simple-fullscreen",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_simple_fullscreen 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_simple_fullscreen"]
|
|
}
|
|
},
|
|
"deny-set-size": {
|
|
"identifier": "deny-set-size",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_size 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_size"]
|
|
}
|
|
},
|
|
"deny-set-size-constraints": {
|
|
"identifier": "deny-set-size-constraints",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_size_constraints 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_size_constraints"]
|
|
}
|
|
},
|
|
"deny-set-skip-taskbar": {
|
|
"identifier": "deny-set-skip-taskbar",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_skip_taskbar 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_skip_taskbar"]
|
|
}
|
|
},
|
|
"deny-set-theme": {
|
|
"identifier": "deny-set-theme",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_theme 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_theme"]
|
|
}
|
|
},
|
|
"deny-set-title": {
|
|
"identifier": "deny-set-title",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_title 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_title"]
|
|
}
|
|
},
|
|
"deny-set-title-bar-style": {
|
|
"identifier": "deny-set-title-bar-style",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_title_bar_style 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_title_bar_style"]
|
|
}
|
|
},
|
|
"deny-set-visible-on-all-workspaces": {
|
|
"identifier": "deny-set-visible-on-all-workspaces",
|
|
"description": "在没有任何预配置范围的情况下拒绝 set_visible_on_all_workspaces 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["set_visible_on_all_workspaces"]
|
|
}
|
|
},
|
|
"deny-show": {
|
|
"identifier": "deny-show",
|
|
"description": "在没有任何预配置范围的情况下拒绝 show 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["show"]
|
|
}
|
|
},
|
|
"deny-start-dragging": {
|
|
"identifier": "deny-start-dragging",
|
|
"description": "在没有任何预配置范围的情况下拒绝 start_dragging 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["start_dragging"]
|
|
}
|
|
},
|
|
"deny-start-resize-dragging": {
|
|
"identifier": "deny-start-resize-dragging",
|
|
"description": "在没有任何预配置范围的情况下拒绝 start_resize_dragging 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["start_resize_dragging"]
|
|
}
|
|
},
|
|
"deny-theme": {
|
|
"identifier": "deny-theme",
|
|
"description": "在没有任何预配置范围的情况下拒绝 theme 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["theme"]
|
|
}
|
|
},
|
|
"deny-title": {
|
|
"identifier": "deny-title",
|
|
"description": "在没有任何预配置范围的情况下拒绝 title 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["title"]
|
|
}
|
|
},
|
|
"deny-toggle-maximize": {
|
|
"identifier": "deny-toggle-maximize",
|
|
"description": "在没有任何预配置范围的情况下拒绝 toggle_maximize 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["toggle_maximize"]
|
|
}
|
|
},
|
|
"deny-unmaximize": {
|
|
"identifier": "deny-unmaximize",
|
|
"description": "在没有任何预配置范围的情况下拒绝 unmaximize 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["unmaximize"]
|
|
}
|
|
},
|
|
"deny-unminimize": {
|
|
"identifier": "deny-unminimize",
|
|
"description": "在没有任何预配置范围的情况下拒绝 unminimize 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["unminimize"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"dialog": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "此权限集配置对话框类型\n从 dialog 插件可用。\n\n#### Granted Permissions\n\nAll dialog types are enabled.\n\n\n",
|
|
"permissions": ["allow-ask", "allow-confirm", "allow-message", "allow-save", "allow-open"]
|
|
},
|
|
"permissions": {
|
|
"allow-ask": {
|
|
"identifier": "allow-ask",
|
|
"description": "在没有任何预配置范围的情况下启用 ask 命令。",
|
|
"commands": {
|
|
"allow": ["ask"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-confirm": {
|
|
"identifier": "allow-confirm",
|
|
"description": "在没有任何预配置范围的情况下启用 confirm 命令。",
|
|
"commands": {
|
|
"allow": ["confirm"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-message": {
|
|
"identifier": "allow-message",
|
|
"description": "在没有任何预配置范围的情况下启用 message 命令。",
|
|
"commands": {
|
|
"allow": ["message"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-open": {
|
|
"identifier": "allow-open",
|
|
"description": "在没有任何预配置范围的情况下启用 open 命令。",
|
|
"commands": {
|
|
"allow": ["open"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-save": {
|
|
"identifier": "allow-save",
|
|
"description": "在没有任何预配置范围的情况下启用 save 命令。",
|
|
"commands": {
|
|
"allow": ["save"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-ask": {
|
|
"identifier": "deny-ask",
|
|
"description": "在没有任何预配置范围的情况下拒绝 ask 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["ask"]
|
|
}
|
|
},
|
|
"deny-confirm": {
|
|
"identifier": "deny-confirm",
|
|
"description": "在没有任何预配置范围的情况下拒绝 confirm 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["confirm"]
|
|
}
|
|
},
|
|
"deny-message": {
|
|
"identifier": "deny-message",
|
|
"description": "在没有任何预配置范围的情况下拒绝 message 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["message"]
|
|
}
|
|
},
|
|
"deny-open": {
|
|
"identifier": "deny-open",
|
|
"description": "在没有任何预配置范围的情况下拒绝 open 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["open"]
|
|
}
|
|
},
|
|
"deny-save": {
|
|
"identifier": "deny-save",
|
|
"description": "在没有任何预配置范围的情况下拒绝 save 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["save"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"fs": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "这组权限描述了\n文件系统访问类型, `fs` 插件默认启用或拒绝的。\n\n#### Granted Permissions\n\n此默认权限集启用对\n应用程序特定目录(AppConfig、AppData、AppLocalData、AppCache、\nAppLog)及其中创建的所有文件和子目录的读取访问。\n这些目录的位置取决于运行应用程序的操作系统,\n应用程序运行的位置。\n\n通常,这些目录需要应用程序手动创建\n在运行时,然后才能访问其中的文件或文件夹。\n。\n\n因此,也允许通过\n`mkdir` 命令创建所有这些文件夹。\n\n#### 拒绝的权限\n\n此默认权限集默认阻止对\nTauri 应用程序关键组件的访问。\n在 Windows 上,webview 数据文件夹访问被拒绝。\n",
|
|
"permissions": ["create-app-specific-dirs", "read-app-specific-dirs-recursive", "deny-default"]
|
|
},
|
|
"permissions": {
|
|
"allow-copy-file": {
|
|
"identifier": "allow-copy-file",
|
|
"description": "在没有任何预配置范围的情况下启用 copy_file 命令。",
|
|
"commands": {
|
|
"allow": ["copy_file"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-create": {
|
|
"identifier": "allow-create",
|
|
"description": "在没有任何预配置范围的情况下启用 create 命令。",
|
|
"commands": {
|
|
"allow": ["create"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-exists": {
|
|
"identifier": "allow-exists",
|
|
"description": "在没有任何预配置范围的情况下启用 exists 命令。",
|
|
"commands": {
|
|
"allow": ["exists"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-fstat": {
|
|
"identifier": "allow-fstat",
|
|
"description": "在没有任何预配置范围的情况下启用 fstat 命令。",
|
|
"commands": {
|
|
"allow": ["fstat"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-ftruncate": {
|
|
"identifier": "allow-ftruncate",
|
|
"description": "在没有任何预配置范围的情况下启用 ftruncate 命令。",
|
|
"commands": {
|
|
"allow": ["ftruncate"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-lstat": {
|
|
"identifier": "allow-lstat",
|
|
"description": "在没有任何预配置范围的情况下启用 lstat 命令。",
|
|
"commands": {
|
|
"allow": ["lstat"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-mkdir": {
|
|
"identifier": "allow-mkdir",
|
|
"description": "在没有任何预配置范围的情况下启用 mkdir 命令。",
|
|
"commands": {
|
|
"allow": ["mkdir"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-open": {
|
|
"identifier": "allow-open",
|
|
"description": "在没有任何预配置范围的情况下启用 open 命令。",
|
|
"commands": {
|
|
"allow": ["open"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-read": {
|
|
"identifier": "allow-read",
|
|
"description": "在没有任何预配置范围的情况下启用 read 命令。",
|
|
"commands": {
|
|
"allow": ["read"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-read-dir": {
|
|
"identifier": "allow-read-dir",
|
|
"description": "在没有任何预配置范围的情况下启用 read_dir 命令。",
|
|
"commands": {
|
|
"allow": ["read_dir"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-read-file": {
|
|
"identifier": "allow-read-file",
|
|
"description": "在没有任何预配置范围的情况下启用 read_file 命令。",
|
|
"commands": {
|
|
"allow": ["read_file"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-read-text-file": {
|
|
"identifier": "allow-read-text-file",
|
|
"description": "在没有任何预配置范围的情况下启用 read_text_file 命令。",
|
|
"commands": {
|
|
"allow": ["read_text_file"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-read-text-file-lines": {
|
|
"identifier": "allow-read-text-file-lines",
|
|
"description": "在没有任何预配置范围的情况下启用 read_text_file_lines 命令。",
|
|
"commands": {
|
|
"allow": ["read_text_file_lines", "read_text_file_lines_next"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-read-text-file-lines-next": {
|
|
"identifier": "allow-read-text-file-lines-next",
|
|
"description": "在没有任何预配置范围的情况下启用 read_text_file_lines_next 命令。",
|
|
"commands": {
|
|
"allow": ["read_text_file_lines_next"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-remove": {
|
|
"identifier": "allow-remove",
|
|
"description": "在没有任何预配置范围的情况下启用 remove 命令。",
|
|
"commands": {
|
|
"allow": ["remove"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-rename": {
|
|
"identifier": "allow-rename",
|
|
"description": "在没有任何预配置范围的情况下启用 rename 命令。",
|
|
"commands": {
|
|
"allow": ["rename"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-seek": {
|
|
"identifier": "allow-seek",
|
|
"description": "在没有任何预配置范围的情况下启用 seek 命令。",
|
|
"commands": {
|
|
"allow": ["seek"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-size": {
|
|
"identifier": "allow-size",
|
|
"description": "在没有任何预配置范围的情况下启用 size 命令。",
|
|
"commands": {
|
|
"allow": ["size"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-stat": {
|
|
"identifier": "allow-stat",
|
|
"description": "在没有任何预配置范围的情况下启用 stat 命令。",
|
|
"commands": {
|
|
"allow": ["stat"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-truncate": {
|
|
"identifier": "allow-truncate",
|
|
"description": "在没有任何预配置范围的情况下启用 truncate 命令。",
|
|
"commands": {
|
|
"allow": ["truncate"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-unwatch": {
|
|
"identifier": "allow-unwatch",
|
|
"description": "在没有任何预配置范围的情况下启用 unwatch 命令。",
|
|
"commands": {
|
|
"allow": ["unwatch"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-watch": {
|
|
"identifier": "allow-watch",
|
|
"description": "在没有任何预配置范围的情况下启用 watch 命令。",
|
|
"commands": {
|
|
"allow": ["watch"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-write": {
|
|
"identifier": "allow-write",
|
|
"description": "在没有任何预配置范围的情况下启用 write 命令。",
|
|
"commands": {
|
|
"allow": ["write"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-write-file": {
|
|
"identifier": "allow-write-file",
|
|
"description": "在没有任何预配置范围的情况下启用 write_file 命令。",
|
|
"commands": {
|
|
"allow": ["write_file", "open", "write"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-write-text-file": {
|
|
"identifier": "allow-write-text-file",
|
|
"description": "在没有任何预配置范围的情况下启用 write_text_file 命令。",
|
|
"commands": {
|
|
"allow": ["write_text_file"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"create-app-specific-dirs": {
|
|
"identifier": "create-app-specific-dirs",
|
|
"description": "此权限允许创建应用程序特定的目录。\n",
|
|
"commands": {
|
|
"allow": ["mkdir", "scope-app-index"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-copy-file": {
|
|
"identifier": "deny-copy-file",
|
|
"description": "在没有任何预配置范围的情况下拒绝 copy_file 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["copy_file"]
|
|
}
|
|
},
|
|
"deny-create": {
|
|
"identifier": "deny-create",
|
|
"description": "在没有任何预配置范围的情况下拒绝 create 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["create"]
|
|
}
|
|
},
|
|
"deny-exists": {
|
|
"identifier": "deny-exists",
|
|
"description": "在没有任何预配置范围的情况下拒绝 exists 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["exists"]
|
|
}
|
|
},
|
|
"deny-fstat": {
|
|
"identifier": "deny-fstat",
|
|
"description": "在没有任何预配置范围的情况下拒绝 fstat 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["fstat"]
|
|
}
|
|
},
|
|
"deny-ftruncate": {
|
|
"identifier": "deny-ftruncate",
|
|
"description": "在没有任何预配置范围的情况下拒绝 ftruncate 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["ftruncate"]
|
|
}
|
|
},
|
|
"deny-lstat": {
|
|
"identifier": "deny-lstat",
|
|
"description": "在没有任何预配置范围的情况下拒绝 lstat 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["lstat"]
|
|
}
|
|
},
|
|
"deny-mkdir": {
|
|
"identifier": "deny-mkdir",
|
|
"description": "在没有任何预配置范围的情况下拒绝 mkdir 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["mkdir"]
|
|
}
|
|
},
|
|
"deny-open": {
|
|
"identifier": "deny-open",
|
|
"description": "在没有任何预配置范围的情况下拒绝 open 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["open"]
|
|
}
|
|
},
|
|
"deny-read": {
|
|
"identifier": "deny-read",
|
|
"description": "在没有任何预配置范围的情况下拒绝 read 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["read"]
|
|
}
|
|
},
|
|
"deny-read-dir": {
|
|
"identifier": "deny-read-dir",
|
|
"description": "在没有任何预配置范围的情况下拒绝 read_dir 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["read_dir"]
|
|
}
|
|
},
|
|
"deny-read-file": {
|
|
"identifier": "deny-read-file",
|
|
"description": "在没有任何预配置范围的情况下拒绝 read_file 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["read_file"]
|
|
}
|
|
},
|
|
"deny-read-text-file": {
|
|
"identifier": "deny-read-text-file",
|
|
"description": "在没有任何预配置范围的情况下拒绝 read_text_file 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["read_text_file"]
|
|
}
|
|
},
|
|
"deny-read-text-file-lines": {
|
|
"identifier": "deny-read-text-file-lines",
|
|
"description": "在没有任何预配置范围的情况下拒绝 read_text_file_lines 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["read_text_file_lines"]
|
|
}
|
|
},
|
|
"deny-read-text-file-lines-next": {
|
|
"identifier": "deny-read-text-file-lines-next",
|
|
"description": "在没有任何预配置范围的情况下拒绝 read_text_file_lines_next 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["read_text_file_lines_next"]
|
|
}
|
|
},
|
|
"deny-remove": {
|
|
"identifier": "deny-remove",
|
|
"description": "在没有任何预配置范围的情况下拒绝 remove 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["remove"]
|
|
}
|
|
},
|
|
"deny-rename": {
|
|
"identifier": "deny-rename",
|
|
"description": "在没有任何预配置范围的情况下拒绝 rename 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["rename"]
|
|
}
|
|
},
|
|
"deny-seek": {
|
|
"identifier": "deny-seek",
|
|
"description": "在没有任何预配置范围的情况下拒绝 seek 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["seek"]
|
|
}
|
|
},
|
|
"deny-size": {
|
|
"identifier": "deny-size",
|
|
"description": "在没有任何预配置范围的情况下拒绝 size 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["size"]
|
|
}
|
|
},
|
|
"deny-stat": {
|
|
"identifier": "deny-stat",
|
|
"description": "在没有任何预配置范围的情况下拒绝 stat 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["stat"]
|
|
}
|
|
},
|
|
"deny-truncate": {
|
|
"identifier": "deny-truncate",
|
|
"description": "在没有任何预配置范围的情况下拒绝 truncate 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["truncate"]
|
|
}
|
|
},
|
|
"deny-unwatch": {
|
|
"identifier": "deny-unwatch",
|
|
"description": "在没有任何预配置范围的情况下拒绝 unwatch 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["unwatch"]
|
|
}
|
|
},
|
|
"deny-watch": {
|
|
"identifier": "deny-watch",
|
|
"description": "在没有任何预配置范围的情况下拒绝 watch 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["watch"]
|
|
}
|
|
},
|
|
"deny-webview-data-linux": {
|
|
"identifier": "deny-webview-data-linux",
|
|
"description": "这拒绝读取 Linux 上的 `$APPLOCALDATA` 文件夹,因为 webview 数据和配置值存储在这里。允许访问可能导致敏感信息泄露,应仔细考虑。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-webview-data-windows": {
|
|
"identifier": "deny-webview-data-windows",
|
|
"description": "这拒绝读取 Windows 上的 `$APPLOCALDATA/EBWebView` 文件夹,因为 webview 数据和配置值存储在这里。允许访问可能导致敏感信息泄露,应仔细考虑。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-write": {
|
|
"identifier": "deny-write",
|
|
"description": "在没有任何预配置范围的情况下拒绝 write 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["write"]
|
|
}
|
|
},
|
|
"deny-write-file": {
|
|
"identifier": "deny-write-file",
|
|
"description": "在没有任何预配置范围的情况下拒绝 write_file 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["write_file"]
|
|
}
|
|
},
|
|
"deny-write-text-file": {
|
|
"identifier": "deny-write-text-file",
|
|
"description": "在没有任何预配置范围的情况下拒绝 write_text_file 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["write_text_file"]
|
|
}
|
|
},
|
|
"read-all": {
|
|
"identifier": "read-all",
|
|
"description": "这在没有任何预配置可访问路径的情况下启用所有与读取相关的命令。",
|
|
"commands": {
|
|
"allow": [
|
|
"read_dir",
|
|
"read_file",
|
|
"read",
|
|
"open",
|
|
"read_text_file",
|
|
"read_text_file_lines",
|
|
"read_text_file_lines_next",
|
|
"seek",
|
|
"stat",
|
|
"lstat",
|
|
"fstat",
|
|
"exists",
|
|
"watch",
|
|
"unwatch"
|
|
],
|
|
"deny": []
|
|
}
|
|
},
|
|
"read-app-specific-dirs-recursive": {
|
|
"identifier": "read-app-specific-dirs-recursive",
|
|
"description": "此权限允许在应用程序特定的基本目录上进行递归读取功能。\n。 \n",
|
|
"commands": {
|
|
"allow": ["read_dir", "read_file", "read_text_file", "read_text_file_lines", "read_text_file_lines_next", "exists", "scope-app-recursive"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"read-dirs": {
|
|
"identifier": "read-dirs",
|
|
"description": "这在没有任何预配置可访问路径的情况下启用目录读取和文件元数据相关命令。",
|
|
"commands": {
|
|
"allow": ["read_dir", "stat", "lstat", "fstat", "exists"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"read-files": {
|
|
"identifier": "read-files",
|
|
"description": "这在没有任何预配置可访问路径的情况下启用文件读取相关命令。",
|
|
"commands": {
|
|
"allow": [
|
|
"read_file",
|
|
"read",
|
|
"open",
|
|
"read_text_file",
|
|
"read_text_file_lines",
|
|
"read_text_file_lines_next",
|
|
"seek",
|
|
"stat",
|
|
"lstat",
|
|
"fstat",
|
|
"exists"
|
|
],
|
|
"deny": []
|
|
}
|
|
},
|
|
"read-meta": {
|
|
"identifier": "read-meta",
|
|
"description": "这在没有任何预配置可访问路径的情况下启用所有索引或元数据相关命令。",
|
|
"commands": {
|
|
"allow": ["read_dir", "stat", "lstat", "fstat", "exists", "size"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"scope": {
|
|
"identifier": "scope",
|
|
"description": "一个可用于修改全局范围的空权限。\n\n## Example\n\n```json\n{\n \"identifier\": \"read-documents\",\n \"windows\": [\"main\"],\n \"permissions\": [\n \"fs:allow-read\",\n {\n \"identifier\": \"fs:scope\",\n \"allow\": [\n \"$APPDATA/documents/**/*\"\n ],\n \"deny\": [\n \"$APPDATA/documents/secret.txt\"\n ]\n }\n ]\n}\n```\n",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
}
|
|
},
|
|
"scope-app": {
|
|
"identifier": "scope-app",
|
|
"description": "此范围允许访问应用程序文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPCONFIG"
|
|
},
|
|
{
|
|
"path": "$APPCONFIG/*"
|
|
},
|
|
{
|
|
"path": "$APPDATA"
|
|
},
|
|
{
|
|
"path": "$APPDATA/*"
|
|
},
|
|
{
|
|
"path": "$APPLOCALDATA"
|
|
},
|
|
{
|
|
"path": "$APPLOCALDATA/*"
|
|
},
|
|
{
|
|
"path": "$APPCACHE"
|
|
},
|
|
{
|
|
"path": "$APPCACHE/*"
|
|
},
|
|
{
|
|
"path": "$APPLOG"
|
|
},
|
|
{
|
|
"path": "$APPLOG/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-app-index": {
|
|
"identifier": "scope-app-index",
|
|
"description": "此范围允许列出应用程序目录中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPCONFIG"
|
|
},
|
|
{
|
|
"path": "$APPDATA"
|
|
},
|
|
{
|
|
"path": "$APPLOCALDATA"
|
|
},
|
|
{
|
|
"path": "$APPCACHE"
|
|
},
|
|
{
|
|
"path": "$APPLOG"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-app-recursive": {
|
|
"identifier": "scope-app-recursive",
|
|
"description": "此范围允许对完整的应用程序文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPCONFIG"
|
|
},
|
|
{
|
|
"path": "$APPCONFIG/**"
|
|
},
|
|
{
|
|
"path": "$APPDATA"
|
|
},
|
|
{
|
|
"path": "$APPDATA/**"
|
|
},
|
|
{
|
|
"path": "$APPLOCALDATA"
|
|
},
|
|
{
|
|
"path": "$APPLOCALDATA/**"
|
|
},
|
|
{
|
|
"path": "$APPCACHE"
|
|
},
|
|
{
|
|
"path": "$APPCACHE/**"
|
|
},
|
|
{
|
|
"path": "$APPLOG"
|
|
},
|
|
{
|
|
"path": "$APPLOG/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-appcache": {
|
|
"identifier": "scope-appcache",
|
|
"description": "此范围允许访问 `$APPCACHE` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPCACHE"
|
|
},
|
|
{
|
|
"path": "$APPCACHE/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-appcache-index": {
|
|
"identifier": "scope-appcache-index",
|
|
"description": "此范围允许列出 `$APPCACHE` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPCACHE"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-appcache-recursive": {
|
|
"identifier": "scope-appcache-recursive",
|
|
"description": "此范围允许对完整的 `$APPCACHE` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPCACHE"
|
|
},
|
|
{
|
|
"path": "$APPCACHE/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-appconfig": {
|
|
"identifier": "scope-appconfig",
|
|
"description": "此范围允许访问 `$APPCONFIG` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPCONFIG"
|
|
},
|
|
{
|
|
"path": "$APPCONFIG/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-appconfig-index": {
|
|
"identifier": "scope-appconfig-index",
|
|
"description": "此范围允许列出 `$APPCONFIG` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPCONFIG"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-appconfig-recursive": {
|
|
"identifier": "scope-appconfig-recursive",
|
|
"description": "此范围允许对完整的 `$APPCONFIG` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPCONFIG"
|
|
},
|
|
{
|
|
"path": "$APPCONFIG/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-appdata": {
|
|
"identifier": "scope-appdata",
|
|
"description": "此范围允许访问 `$APPDATA` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPDATA"
|
|
},
|
|
{
|
|
"path": "$APPDATA/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-appdata-index": {
|
|
"identifier": "scope-appdata-index",
|
|
"description": "此范围允许列出 `$APPDATA` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPDATA"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-appdata-recursive": {
|
|
"identifier": "scope-appdata-recursive",
|
|
"description": "此范围允许对完整的 `$APPDATA` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPDATA"
|
|
},
|
|
{
|
|
"path": "$APPDATA/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-applocaldata": {
|
|
"identifier": "scope-applocaldata",
|
|
"description": "此范围允许访问 `$APPLOCALDATA` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPLOCALDATA"
|
|
},
|
|
{
|
|
"path": "$APPLOCALDATA/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-applocaldata-index": {
|
|
"identifier": "scope-applocaldata-index",
|
|
"description": "此范围允许列出 `$APPLOCALDATA` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPLOCALDATA"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-applocaldata-recursive": {
|
|
"identifier": "scope-applocaldata-recursive",
|
|
"description": "此范围允许对完整的 `$APPLOCALDATA` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPLOCALDATA"
|
|
},
|
|
{
|
|
"path": "$APPLOCALDATA/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-applog": {
|
|
"identifier": "scope-applog",
|
|
"description": "此范围允许访问 `$APPLOG` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPLOG"
|
|
},
|
|
{
|
|
"path": "$APPLOG/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-applog-index": {
|
|
"identifier": "scope-applog-index",
|
|
"description": "此范围允许列出 `$APPLOG` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPLOG"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-applog-recursive": {
|
|
"identifier": "scope-applog-recursive",
|
|
"description": "此范围允许对完整的 `$APPLOG` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$APPLOG"
|
|
},
|
|
{
|
|
"path": "$APPLOG/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-audio": {
|
|
"identifier": "scope-audio",
|
|
"description": "此范围允许访问 `$AUDIO` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$AUDIO"
|
|
},
|
|
{
|
|
"path": "$AUDIO/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-audio-index": {
|
|
"identifier": "scope-audio-index",
|
|
"description": "此范围允许列出 `$AUDIO` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$AUDIO"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-audio-recursive": {
|
|
"identifier": "scope-audio-recursive",
|
|
"description": "此范围允许对完整的 `$AUDIO` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$AUDIO"
|
|
},
|
|
{
|
|
"path": "$AUDIO/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-cache": {
|
|
"identifier": "scope-cache",
|
|
"description": "此范围允许访问 `$CACHE` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$CACHE"
|
|
},
|
|
{
|
|
"path": "$CACHE/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-cache-index": {
|
|
"identifier": "scope-cache-index",
|
|
"description": "此范围允许列出 `$CACHE` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$CACHE"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-cache-recursive": {
|
|
"identifier": "scope-cache-recursive",
|
|
"description": "此范围允许对完整的 `$CACHE` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$CACHE"
|
|
},
|
|
{
|
|
"path": "$CACHE/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-config": {
|
|
"identifier": "scope-config",
|
|
"description": "此范围允许访问 `$CONFIG` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$CONFIG"
|
|
},
|
|
{
|
|
"path": "$CONFIG/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-config-index": {
|
|
"identifier": "scope-config-index",
|
|
"description": "此范围允许列出 `$CONFIG` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$CONFIG"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-config-recursive": {
|
|
"identifier": "scope-config-recursive",
|
|
"description": "此范围允许对完整的 `$CONFIG` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$CONFIG"
|
|
},
|
|
{
|
|
"path": "$CONFIG/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-data": {
|
|
"identifier": "scope-data",
|
|
"description": "此范围允许访问 `$DATA` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DATA"
|
|
},
|
|
{
|
|
"path": "$DATA/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-data-index": {
|
|
"identifier": "scope-data-index",
|
|
"description": "此范围允许列出 `$DATA` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DATA"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-data-recursive": {
|
|
"identifier": "scope-data-recursive",
|
|
"description": "此范围允许对完整的 `$DATA` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DATA"
|
|
},
|
|
{
|
|
"path": "$DATA/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-desktop": {
|
|
"identifier": "scope-desktop",
|
|
"description": "此范围允许访问 `$DESKTOP` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DESKTOP"
|
|
},
|
|
{
|
|
"path": "$DESKTOP/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-desktop-index": {
|
|
"identifier": "scope-desktop-index",
|
|
"description": "此范围允许列出 `$DESKTOP` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DESKTOP"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-desktop-recursive": {
|
|
"identifier": "scope-desktop-recursive",
|
|
"description": "此范围允许对完整的 `$DESKTOP` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DESKTOP"
|
|
},
|
|
{
|
|
"path": "$DESKTOP/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-document": {
|
|
"identifier": "scope-document",
|
|
"description": "此范围允许访问 `$DOCUMENT` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DOCUMENT"
|
|
},
|
|
{
|
|
"path": "$DOCUMENT/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-document-index": {
|
|
"identifier": "scope-document-index",
|
|
"description": "此范围允许列出 `$DOCUMENT` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DOCUMENT"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-document-recursive": {
|
|
"identifier": "scope-document-recursive",
|
|
"description": "此范围允许对完整的 `$DOCUMENT` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DOCUMENT"
|
|
},
|
|
{
|
|
"path": "$DOCUMENT/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-download": {
|
|
"identifier": "scope-download",
|
|
"description": "此范围允许访问 `$DOWNLOAD` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DOWNLOAD"
|
|
},
|
|
{
|
|
"path": "$DOWNLOAD/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-download-index": {
|
|
"identifier": "scope-download-index",
|
|
"description": "此范围允许列出 `$DOWNLOAD` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DOWNLOAD"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-download-recursive": {
|
|
"identifier": "scope-download-recursive",
|
|
"description": "此范围允许对完整的 `$DOWNLOAD` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$DOWNLOAD"
|
|
},
|
|
{
|
|
"path": "$DOWNLOAD/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-exe": {
|
|
"identifier": "scope-exe",
|
|
"description": "此范围允许访问 `$EXE` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$EXE"
|
|
},
|
|
{
|
|
"path": "$EXE/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-exe-index": {
|
|
"identifier": "scope-exe-index",
|
|
"description": "此范围允许列出 `$EXE` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$EXE"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-exe-recursive": {
|
|
"identifier": "scope-exe-recursive",
|
|
"description": "此范围允许对完整的 `$EXE` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$EXE"
|
|
},
|
|
{
|
|
"path": "$EXE/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-font": {
|
|
"identifier": "scope-font",
|
|
"description": "此范围允许访问 `$FONT` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$FONT"
|
|
},
|
|
{
|
|
"path": "$FONT/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-font-index": {
|
|
"identifier": "scope-font-index",
|
|
"description": "此范围允许列出 `$FONT` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$FONT"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-font-recursive": {
|
|
"identifier": "scope-font-recursive",
|
|
"description": "此范围允许对完整的 `$FONT` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$FONT"
|
|
},
|
|
{
|
|
"path": "$FONT/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-home": {
|
|
"identifier": "scope-home",
|
|
"description": "此范围允许访问 `$HOME` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$HOME"
|
|
},
|
|
{
|
|
"path": "$HOME/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-home-index": {
|
|
"identifier": "scope-home-index",
|
|
"description": "此范围允许列出 `$HOME` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$HOME"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-home-recursive": {
|
|
"identifier": "scope-home-recursive",
|
|
"description": "此范围允许对完整的 `$HOME` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$HOME"
|
|
},
|
|
{
|
|
"path": "$HOME/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-localdata": {
|
|
"identifier": "scope-localdata",
|
|
"description": "此范围允许访问 `$LOCALDATA` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$LOCALDATA"
|
|
},
|
|
{
|
|
"path": "$LOCALDATA/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-localdata-index": {
|
|
"identifier": "scope-localdata-index",
|
|
"description": "此范围允许列出 `$LOCALDATA` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$LOCALDATA"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-localdata-recursive": {
|
|
"identifier": "scope-localdata-recursive",
|
|
"description": "此范围允许对完整的 `$LOCALDATA` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$LOCALDATA"
|
|
},
|
|
{
|
|
"path": "$LOCALDATA/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-log": {
|
|
"identifier": "scope-log",
|
|
"description": "此范围允许访问 `$LOG` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$LOG"
|
|
},
|
|
{
|
|
"path": "$LOG/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-log-index": {
|
|
"identifier": "scope-log-index",
|
|
"description": "此范围允许列出 `$LOG` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$LOG"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-log-recursive": {
|
|
"identifier": "scope-log-recursive",
|
|
"description": "此范围允许对完整的 `$LOG` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$LOG"
|
|
},
|
|
{
|
|
"path": "$LOG/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-picture": {
|
|
"identifier": "scope-picture",
|
|
"description": "此范围允许访问 `$PICTURE` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$PICTURE"
|
|
},
|
|
{
|
|
"path": "$PICTURE/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-picture-index": {
|
|
"identifier": "scope-picture-index",
|
|
"description": "此范围允许列出 `$PICTURE` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$PICTURE"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-picture-recursive": {
|
|
"identifier": "scope-picture-recursive",
|
|
"description": "此范围允许对完整的 `$PICTURE` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$PICTURE"
|
|
},
|
|
{
|
|
"path": "$PICTURE/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-public": {
|
|
"identifier": "scope-public",
|
|
"description": "此范围允许访问 `$PUBLIC` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$PUBLIC"
|
|
},
|
|
{
|
|
"path": "$PUBLIC/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-public-index": {
|
|
"identifier": "scope-public-index",
|
|
"description": "此范围允许列出 `$PUBLIC` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$PUBLIC"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-public-recursive": {
|
|
"identifier": "scope-public-recursive",
|
|
"description": "此范围允许对完整的 `$PUBLIC` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$PUBLIC"
|
|
},
|
|
{
|
|
"path": "$PUBLIC/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-resource": {
|
|
"identifier": "scope-resource",
|
|
"description": "此范围允许访问 `$RESOURCE` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$RESOURCE"
|
|
},
|
|
{
|
|
"path": "$RESOURCE/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-resource-index": {
|
|
"identifier": "scope-resource-index",
|
|
"description": "此范围允许列出 `$RESOURCE` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$RESOURCE"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-resource-recursive": {
|
|
"identifier": "scope-resource-recursive",
|
|
"description": "此范围允许对完整的 `$RESOURCE` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$RESOURCE"
|
|
},
|
|
{
|
|
"path": "$RESOURCE/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-runtime": {
|
|
"identifier": "scope-runtime",
|
|
"description": "此范围允许访问 `$RUNTIME` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$RUNTIME"
|
|
},
|
|
{
|
|
"path": "$RUNTIME/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-runtime-index": {
|
|
"identifier": "scope-runtime-index",
|
|
"description": "此范围允许列出 `$RUNTIME` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$RUNTIME"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-runtime-recursive": {
|
|
"identifier": "scope-runtime-recursive",
|
|
"description": "此范围允许对完整的 `$RUNTIME` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$RUNTIME"
|
|
},
|
|
{
|
|
"path": "$RUNTIME/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-temp": {
|
|
"identifier": "scope-temp",
|
|
"description": "此范围允许访问 `$TEMP` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$TEMP"
|
|
},
|
|
{
|
|
"path": "$TEMP/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-temp-index": {
|
|
"identifier": "scope-temp-index",
|
|
"description": "此范围允许列出 `$TEMP` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$TEMP"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-temp-recursive": {
|
|
"identifier": "scope-temp-recursive",
|
|
"description": "此范围允许对完整的 `$TEMP` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$TEMP"
|
|
},
|
|
{
|
|
"path": "$TEMP/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-template": {
|
|
"identifier": "scope-template",
|
|
"description": "此范围允许访问 `$TEMPLATE` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$TEMPLATE"
|
|
},
|
|
{
|
|
"path": "$TEMPLATE/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-template-index": {
|
|
"identifier": "scope-template-index",
|
|
"description": "此范围允许列出 `$TEMPLATE` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$TEMPLATE"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-template-recursive": {
|
|
"identifier": "scope-template-recursive",
|
|
"description": "此范围允许对完整的 `$TEMPLATE` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$TEMPLATE"
|
|
},
|
|
{
|
|
"path": "$TEMPLATE/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-video": {
|
|
"identifier": "scope-video",
|
|
"description": "此范围允许访问 `$VIDEO` 文件夹中所有文件和顶级目录的内容列表。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$VIDEO"
|
|
},
|
|
{
|
|
"path": "$VIDEO/*"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-video-index": {
|
|
"identifier": "scope-video-index",
|
|
"description": "此范围允许列出 `$VIDEO` 文件夹中的所有文件和文件夹。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$VIDEO"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scope-video-recursive": {
|
|
"identifier": "scope-video-recursive",
|
|
"description": "此范围允许对完整的 `$VIDEO` 文件夹进行递归访问,包括子目录和文件。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": []
|
|
},
|
|
"scope": {
|
|
"allow": [
|
|
{
|
|
"path": "$VIDEO"
|
|
},
|
|
{
|
|
"path": "$VIDEO/**"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"write-all": {
|
|
"identifier": "write-all",
|
|
"description": "这在没有任何预配置可访问路径的情况下启用所有与写入相关的命令。",
|
|
"commands": {
|
|
"allow": ["mkdir", "create", "copy_file", "remove", "rename", "truncate", "ftruncate", "write", "write_file", "write_text_file"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"write-files": {
|
|
"identifier": "write-files",
|
|
"description": "这在没有任何预配置可访问路径的情况下启用所有文件写入相关命令。",
|
|
"commands": {
|
|
"allow": ["create", "copy_file", "remove", "rename", "truncate", "ftruncate", "write", "write_file", "write_text_file"],
|
|
"deny": []
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {
|
|
"allow-app-meta": {
|
|
"identifier": "allow-app-meta",
|
|
"description": "这允许对应用程序文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-app-index"]
|
|
},
|
|
"allow-app-meta-recursive": {
|
|
"identifier": "allow-app-meta-recursive",
|
|
"description": "这允许对应用程序文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-app-recursive"]
|
|
},
|
|
"allow-app-read": {
|
|
"identifier": "allow-app-read",
|
|
"description": "这允许对应用程序文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-app"]
|
|
},
|
|
"allow-app-read-recursive": {
|
|
"identifier": "allow-app-read-recursive",
|
|
"description": "这允许对完整的应用程序文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-app-recursive"]
|
|
},
|
|
"allow-app-write": {
|
|
"identifier": "allow-app-write",
|
|
"description": "这允许对应用程序文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-app"]
|
|
},
|
|
"allow-app-write-recursive": {
|
|
"identifier": "allow-app-write-recursive",
|
|
"description": "这允许对完整的应用程序文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-app-recursive"]
|
|
},
|
|
"allow-appcache-meta": {
|
|
"identifier": "allow-appcache-meta",
|
|
"description": "这允许对 `$APPCACHE` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-appcache-index"]
|
|
},
|
|
"allow-appcache-meta-recursive": {
|
|
"identifier": "allow-appcache-meta-recursive",
|
|
"description": "这允许对 `$APPCACHE` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-appcache-recursive"]
|
|
},
|
|
"allow-appcache-read": {
|
|
"identifier": "allow-appcache-read",
|
|
"description": "这允许对 `$APPCACHE` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-appcache"]
|
|
},
|
|
"allow-appcache-read-recursive": {
|
|
"identifier": "allow-appcache-read-recursive",
|
|
"description": "这允许对完整的 `$APPCACHE` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-appcache-recursive"]
|
|
},
|
|
"allow-appcache-write": {
|
|
"identifier": "allow-appcache-write",
|
|
"description": "这允许对 `$APPCACHE` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-appcache"]
|
|
},
|
|
"allow-appcache-write-recursive": {
|
|
"identifier": "allow-appcache-write-recursive",
|
|
"description": "这允许对完整的 `$APPCACHE` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-appcache-recursive"]
|
|
},
|
|
"allow-appconfig-meta": {
|
|
"identifier": "allow-appconfig-meta",
|
|
"description": "这允许对 `$APPCONFIG` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-appconfig-index"]
|
|
},
|
|
"allow-appconfig-meta-recursive": {
|
|
"identifier": "allow-appconfig-meta-recursive",
|
|
"description": "这允许对 `$APPCONFIG` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-appconfig-recursive"]
|
|
},
|
|
"allow-appconfig-read": {
|
|
"identifier": "allow-appconfig-read",
|
|
"description": "这允许对 `$APPCONFIG` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-appconfig"]
|
|
},
|
|
"allow-appconfig-read-recursive": {
|
|
"identifier": "allow-appconfig-read-recursive",
|
|
"description": "这允许对完整的 `$APPCONFIG` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-appconfig-recursive"]
|
|
},
|
|
"allow-appconfig-write": {
|
|
"identifier": "allow-appconfig-write",
|
|
"description": "这允许对 `$APPCONFIG` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-appconfig"]
|
|
},
|
|
"allow-appconfig-write-recursive": {
|
|
"identifier": "allow-appconfig-write-recursive",
|
|
"description": "这允许对完整的 `$APPCONFIG` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-appconfig-recursive"]
|
|
},
|
|
"allow-appdata-meta": {
|
|
"identifier": "allow-appdata-meta",
|
|
"description": "这允许对 `$APPDATA` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-appdata-index"]
|
|
},
|
|
"allow-appdata-meta-recursive": {
|
|
"identifier": "allow-appdata-meta-recursive",
|
|
"description": "这允许对 `$APPDATA` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-appdata-recursive"]
|
|
},
|
|
"allow-appdata-read": {
|
|
"identifier": "allow-appdata-read",
|
|
"description": "这允许对 `$APPDATA` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-appdata"]
|
|
},
|
|
"allow-appdata-read-recursive": {
|
|
"identifier": "allow-appdata-read-recursive",
|
|
"description": "这允许对完整的 `$APPDATA` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-appdata-recursive"]
|
|
},
|
|
"allow-appdata-write": {
|
|
"identifier": "allow-appdata-write",
|
|
"description": "这允许对 `$APPDATA` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-appdata"]
|
|
},
|
|
"allow-appdata-write-recursive": {
|
|
"identifier": "allow-appdata-write-recursive",
|
|
"description": "这允许对完整的 `$APPDATA` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-appdata-recursive"]
|
|
},
|
|
"allow-applocaldata-meta": {
|
|
"identifier": "allow-applocaldata-meta",
|
|
"description": "这允许对 `$APPLOCALDATA` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-applocaldata-index"]
|
|
},
|
|
"allow-applocaldata-meta-recursive": {
|
|
"identifier": "allow-applocaldata-meta-recursive",
|
|
"description": "这允许对 `$APPLOCALDATA` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-applocaldata-recursive"]
|
|
},
|
|
"allow-applocaldata-read": {
|
|
"identifier": "allow-applocaldata-read",
|
|
"description": "这允许对 `$APPLOCALDATA` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-applocaldata"]
|
|
},
|
|
"allow-applocaldata-read-recursive": {
|
|
"identifier": "allow-applocaldata-read-recursive",
|
|
"description": "这允许对完整的 `$APPLOCALDATA` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-applocaldata-recursive"]
|
|
},
|
|
"allow-applocaldata-write": {
|
|
"identifier": "allow-applocaldata-write",
|
|
"description": "这允许对 `$APPLOCALDATA` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-applocaldata"]
|
|
},
|
|
"allow-applocaldata-write-recursive": {
|
|
"identifier": "allow-applocaldata-write-recursive",
|
|
"description": "这允许对完整的 `$APPLOCALDATA` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-applocaldata-recursive"]
|
|
},
|
|
"allow-applog-meta": {
|
|
"identifier": "allow-applog-meta",
|
|
"description": "这允许对 `$APPLOG` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-applog-index"]
|
|
},
|
|
"allow-applog-meta-recursive": {
|
|
"identifier": "allow-applog-meta-recursive",
|
|
"description": "这允许对 `$APPLOG` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-applog-recursive"]
|
|
},
|
|
"allow-applog-read": {
|
|
"identifier": "allow-applog-read",
|
|
"description": "这允许对 `$APPLOG` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-applog"]
|
|
},
|
|
"allow-applog-read-recursive": {
|
|
"identifier": "allow-applog-read-recursive",
|
|
"description": "这允许对完整的 `$APPLOG` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-applog-recursive"]
|
|
},
|
|
"allow-applog-write": {
|
|
"identifier": "allow-applog-write",
|
|
"description": "这允许对 `$APPLOG` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-applog"]
|
|
},
|
|
"allow-applog-write-recursive": {
|
|
"identifier": "allow-applog-write-recursive",
|
|
"description": "这允许对完整的 `$APPLOG` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-applog-recursive"]
|
|
},
|
|
"allow-audio-meta": {
|
|
"identifier": "allow-audio-meta",
|
|
"description": "这允许对 `$AUDIO` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-audio-index"]
|
|
},
|
|
"allow-audio-meta-recursive": {
|
|
"identifier": "allow-audio-meta-recursive",
|
|
"description": "这允许对 `$AUDIO` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-audio-recursive"]
|
|
},
|
|
"allow-audio-read": {
|
|
"identifier": "allow-audio-read",
|
|
"description": "这允许对 `$AUDIO` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-audio"]
|
|
},
|
|
"allow-audio-read-recursive": {
|
|
"identifier": "allow-audio-read-recursive",
|
|
"description": "这允许对完整的 `$AUDIO` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-audio-recursive"]
|
|
},
|
|
"allow-audio-write": {
|
|
"identifier": "allow-audio-write",
|
|
"description": "这允许对 `$AUDIO` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-audio"]
|
|
},
|
|
"allow-audio-write-recursive": {
|
|
"identifier": "allow-audio-write-recursive",
|
|
"description": "这允许对完整的 `$AUDIO` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-audio-recursive"]
|
|
},
|
|
"allow-cache-meta": {
|
|
"identifier": "allow-cache-meta",
|
|
"description": "这允许对 `$CACHE` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-cache-index"]
|
|
},
|
|
"allow-cache-meta-recursive": {
|
|
"identifier": "allow-cache-meta-recursive",
|
|
"description": "这允许对 `$CACHE` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-cache-recursive"]
|
|
},
|
|
"allow-cache-read": {
|
|
"identifier": "allow-cache-read",
|
|
"description": "这允许对 `$CACHE` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-cache"]
|
|
},
|
|
"allow-cache-read-recursive": {
|
|
"identifier": "allow-cache-read-recursive",
|
|
"description": "这允许对完整的 `$CACHE` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-cache-recursive"]
|
|
},
|
|
"allow-cache-write": {
|
|
"identifier": "allow-cache-write",
|
|
"description": "这允许对 `$CACHE` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-cache"]
|
|
},
|
|
"allow-cache-write-recursive": {
|
|
"identifier": "allow-cache-write-recursive",
|
|
"description": "这允许对完整的 `$CACHE` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-cache-recursive"]
|
|
},
|
|
"allow-config-meta": {
|
|
"identifier": "allow-config-meta",
|
|
"description": "这允许对 `$CONFIG` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-config-index"]
|
|
},
|
|
"allow-config-meta-recursive": {
|
|
"identifier": "allow-config-meta-recursive",
|
|
"description": "这允许对 `$CONFIG` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-config-recursive"]
|
|
},
|
|
"allow-config-read": {
|
|
"identifier": "allow-config-read",
|
|
"description": "这允许对 `$CONFIG` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-config"]
|
|
},
|
|
"allow-config-read-recursive": {
|
|
"identifier": "allow-config-read-recursive",
|
|
"description": "这允许对完整的 `$CONFIG` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-config-recursive"]
|
|
},
|
|
"allow-config-write": {
|
|
"identifier": "allow-config-write",
|
|
"description": "这允许对 `$CONFIG` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-config"]
|
|
},
|
|
"allow-config-write-recursive": {
|
|
"identifier": "allow-config-write-recursive",
|
|
"description": "这允许对完整的 `$CONFIG` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-config-recursive"]
|
|
},
|
|
"allow-data-meta": {
|
|
"identifier": "allow-data-meta",
|
|
"description": "这允许对 `$DATA` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-data-index"]
|
|
},
|
|
"allow-data-meta-recursive": {
|
|
"identifier": "allow-data-meta-recursive",
|
|
"description": "这允许对 `$DATA` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-data-recursive"]
|
|
},
|
|
"allow-data-read": {
|
|
"identifier": "allow-data-read",
|
|
"description": "这允许对 `$DATA` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-data"]
|
|
},
|
|
"allow-data-read-recursive": {
|
|
"identifier": "allow-data-read-recursive",
|
|
"description": "这允许对完整的 `$DATA` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-data-recursive"]
|
|
},
|
|
"allow-data-write": {
|
|
"identifier": "allow-data-write",
|
|
"description": "这允许对 `$DATA` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-data"]
|
|
},
|
|
"allow-data-write-recursive": {
|
|
"identifier": "allow-data-write-recursive",
|
|
"description": "这允许对完整的 `$DATA` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-data-recursive"]
|
|
},
|
|
"allow-desktop-meta": {
|
|
"identifier": "allow-desktop-meta",
|
|
"description": "这允许对 `$DESKTOP` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-desktop-index"]
|
|
},
|
|
"allow-desktop-meta-recursive": {
|
|
"identifier": "allow-desktop-meta-recursive",
|
|
"description": "这允许对 `$DESKTOP` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-desktop-recursive"]
|
|
},
|
|
"allow-desktop-read": {
|
|
"identifier": "allow-desktop-read",
|
|
"description": "这允许对 `$DESKTOP` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-desktop"]
|
|
},
|
|
"allow-desktop-read-recursive": {
|
|
"identifier": "allow-desktop-read-recursive",
|
|
"description": "这允许对完整的 `$DESKTOP` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-desktop-recursive"]
|
|
},
|
|
"allow-desktop-write": {
|
|
"identifier": "allow-desktop-write",
|
|
"description": "这允许对 `$DESKTOP` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-desktop"]
|
|
},
|
|
"allow-desktop-write-recursive": {
|
|
"identifier": "allow-desktop-write-recursive",
|
|
"description": "这允许对完整的 `$DESKTOP` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-desktop-recursive"]
|
|
},
|
|
"allow-document-meta": {
|
|
"identifier": "allow-document-meta",
|
|
"description": "这允许对 `$DOCUMENT` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-document-index"]
|
|
},
|
|
"allow-document-meta-recursive": {
|
|
"identifier": "allow-document-meta-recursive",
|
|
"description": "这允许对 `$DOCUMENT` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-document-recursive"]
|
|
},
|
|
"allow-document-read": {
|
|
"identifier": "allow-document-read",
|
|
"description": "这允许对 `$DOCUMENT` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-document"]
|
|
},
|
|
"allow-document-read-recursive": {
|
|
"identifier": "allow-document-read-recursive",
|
|
"description": "这允许对完整的 `$DOCUMENT` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-document-recursive"]
|
|
},
|
|
"allow-document-write": {
|
|
"identifier": "allow-document-write",
|
|
"description": "这允许对 `$DOCUMENT` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-document"]
|
|
},
|
|
"allow-document-write-recursive": {
|
|
"identifier": "allow-document-write-recursive",
|
|
"description": "这允许对完整的 `$DOCUMENT` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-document-recursive"]
|
|
},
|
|
"allow-download-meta": {
|
|
"identifier": "allow-download-meta",
|
|
"description": "这允许对 `$DOWNLOAD` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-download-index"]
|
|
},
|
|
"allow-download-meta-recursive": {
|
|
"identifier": "allow-download-meta-recursive",
|
|
"description": "这允许对 `$DOWNLOAD` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-download-recursive"]
|
|
},
|
|
"allow-download-read": {
|
|
"identifier": "allow-download-read",
|
|
"description": "这允许对 `$DOWNLOAD` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-download"]
|
|
},
|
|
"allow-download-read-recursive": {
|
|
"identifier": "allow-download-read-recursive",
|
|
"description": "这允许对完整的 `$DOWNLOAD` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-download-recursive"]
|
|
},
|
|
"allow-download-write": {
|
|
"identifier": "allow-download-write",
|
|
"description": "这允许对 `$DOWNLOAD` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-download"]
|
|
},
|
|
"allow-download-write-recursive": {
|
|
"identifier": "allow-download-write-recursive",
|
|
"description": "这允许对完整的 `$DOWNLOAD` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-download-recursive"]
|
|
},
|
|
"allow-exe-meta": {
|
|
"identifier": "allow-exe-meta",
|
|
"description": "这允许对 `$EXE` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-exe-index"]
|
|
},
|
|
"allow-exe-meta-recursive": {
|
|
"identifier": "allow-exe-meta-recursive",
|
|
"description": "这允许对 `$EXE` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-exe-recursive"]
|
|
},
|
|
"allow-exe-read": {
|
|
"identifier": "allow-exe-read",
|
|
"description": "这允许对 `$EXE` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-exe"]
|
|
},
|
|
"allow-exe-read-recursive": {
|
|
"identifier": "allow-exe-read-recursive",
|
|
"description": "这允许对完整的 `$EXE` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-exe-recursive"]
|
|
},
|
|
"allow-exe-write": {
|
|
"identifier": "allow-exe-write",
|
|
"description": "这允许对 `$EXE` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-exe"]
|
|
},
|
|
"allow-exe-write-recursive": {
|
|
"identifier": "allow-exe-write-recursive",
|
|
"description": "这允许对完整的 `$EXE` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-exe-recursive"]
|
|
},
|
|
"allow-font-meta": {
|
|
"identifier": "allow-font-meta",
|
|
"description": "这允许对 `$FONT` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-font-index"]
|
|
},
|
|
"allow-font-meta-recursive": {
|
|
"identifier": "allow-font-meta-recursive",
|
|
"description": "这允许对 `$FONT` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-font-recursive"]
|
|
},
|
|
"allow-font-read": {
|
|
"identifier": "allow-font-read",
|
|
"description": "这允许对 `$FONT` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-font"]
|
|
},
|
|
"allow-font-read-recursive": {
|
|
"identifier": "allow-font-read-recursive",
|
|
"description": "这允许对完整的 `$FONT` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-font-recursive"]
|
|
},
|
|
"allow-font-write": {
|
|
"identifier": "allow-font-write",
|
|
"description": "这允许对 `$FONT` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-font"]
|
|
},
|
|
"allow-font-write-recursive": {
|
|
"identifier": "allow-font-write-recursive",
|
|
"description": "这允许对完整的 `$FONT` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-font-recursive"]
|
|
},
|
|
"allow-home-meta": {
|
|
"identifier": "allow-home-meta",
|
|
"description": "这允许对 `$HOME` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-home-index"]
|
|
},
|
|
"allow-home-meta-recursive": {
|
|
"identifier": "allow-home-meta-recursive",
|
|
"description": "这允许对 `$HOME` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-home-recursive"]
|
|
},
|
|
"allow-home-read": {
|
|
"identifier": "allow-home-read",
|
|
"description": "这允许对 `$HOME` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-home"]
|
|
},
|
|
"allow-home-read-recursive": {
|
|
"identifier": "allow-home-read-recursive",
|
|
"description": "这允许对完整的 `$HOME` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-home-recursive"]
|
|
},
|
|
"allow-home-write": {
|
|
"identifier": "allow-home-write",
|
|
"description": "这允许对 `$HOME` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-home"]
|
|
},
|
|
"allow-home-write-recursive": {
|
|
"identifier": "allow-home-write-recursive",
|
|
"description": "这允许对完整的 `$HOME` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-home-recursive"]
|
|
},
|
|
"allow-localdata-meta": {
|
|
"identifier": "allow-localdata-meta",
|
|
"description": "这允许对 `$LOCALDATA` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-localdata-index"]
|
|
},
|
|
"allow-localdata-meta-recursive": {
|
|
"identifier": "allow-localdata-meta-recursive",
|
|
"description": "这允许对 `$LOCALDATA` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-localdata-recursive"]
|
|
},
|
|
"allow-localdata-read": {
|
|
"identifier": "allow-localdata-read",
|
|
"description": "这允许对 `$LOCALDATA` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-localdata"]
|
|
},
|
|
"allow-localdata-read-recursive": {
|
|
"identifier": "allow-localdata-read-recursive",
|
|
"description": "这允许对完整的 `$LOCALDATA` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-localdata-recursive"]
|
|
},
|
|
"allow-localdata-write": {
|
|
"identifier": "allow-localdata-write",
|
|
"description": "这允许对 `$LOCALDATA` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-localdata"]
|
|
},
|
|
"allow-localdata-write-recursive": {
|
|
"identifier": "allow-localdata-write-recursive",
|
|
"description": "这允许对完整的 `$LOCALDATA` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-localdata-recursive"]
|
|
},
|
|
"allow-log-meta": {
|
|
"identifier": "allow-log-meta",
|
|
"description": "这允许对 `$LOG` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-log-index"]
|
|
},
|
|
"allow-log-meta-recursive": {
|
|
"identifier": "allow-log-meta-recursive",
|
|
"description": "这允许对 `$LOG` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-log-recursive"]
|
|
},
|
|
"allow-log-read": {
|
|
"identifier": "allow-log-read",
|
|
"description": "这允许对 `$LOG` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-log"]
|
|
},
|
|
"allow-log-read-recursive": {
|
|
"identifier": "allow-log-read-recursive",
|
|
"description": "这允许对完整的 `$LOG` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-log-recursive"]
|
|
},
|
|
"allow-log-write": {
|
|
"identifier": "allow-log-write",
|
|
"description": "这允许对 `$LOG` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-log"]
|
|
},
|
|
"allow-log-write-recursive": {
|
|
"identifier": "allow-log-write-recursive",
|
|
"description": "这允许对完整的 `$LOG` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-log-recursive"]
|
|
},
|
|
"allow-picture-meta": {
|
|
"identifier": "allow-picture-meta",
|
|
"description": "这允许对 `$PICTURE` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-picture-index"]
|
|
},
|
|
"allow-picture-meta-recursive": {
|
|
"identifier": "allow-picture-meta-recursive",
|
|
"description": "这允许对 `$PICTURE` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-picture-recursive"]
|
|
},
|
|
"allow-picture-read": {
|
|
"identifier": "allow-picture-read",
|
|
"description": "这允许对 `$PICTURE` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-picture"]
|
|
},
|
|
"allow-picture-read-recursive": {
|
|
"identifier": "allow-picture-read-recursive",
|
|
"description": "这允许对完整的 `$PICTURE` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-picture-recursive"]
|
|
},
|
|
"allow-picture-write": {
|
|
"identifier": "allow-picture-write",
|
|
"description": "这允许对 `$PICTURE` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-picture"]
|
|
},
|
|
"allow-picture-write-recursive": {
|
|
"identifier": "allow-picture-write-recursive",
|
|
"description": "这允许对完整的 `$PICTURE` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-picture-recursive"]
|
|
},
|
|
"allow-public-meta": {
|
|
"identifier": "allow-public-meta",
|
|
"description": "这允许对 `$PUBLIC` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-public-index"]
|
|
},
|
|
"allow-public-meta-recursive": {
|
|
"identifier": "allow-public-meta-recursive",
|
|
"description": "这允许对 `$PUBLIC` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-public-recursive"]
|
|
},
|
|
"allow-public-read": {
|
|
"identifier": "allow-public-read",
|
|
"description": "这允许对 `$PUBLIC` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-public"]
|
|
},
|
|
"allow-public-read-recursive": {
|
|
"identifier": "allow-public-read-recursive",
|
|
"description": "这允许对完整的 `$PUBLIC` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-public-recursive"]
|
|
},
|
|
"allow-public-write": {
|
|
"identifier": "allow-public-write",
|
|
"description": "这允许对 `$PUBLIC` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-public"]
|
|
},
|
|
"allow-public-write-recursive": {
|
|
"identifier": "allow-public-write-recursive",
|
|
"description": "这允许对完整的 `$PUBLIC` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-public-recursive"]
|
|
},
|
|
"allow-resource-meta": {
|
|
"identifier": "allow-resource-meta",
|
|
"description": "这允许对 `$RESOURCE` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-resource-index"]
|
|
},
|
|
"allow-resource-meta-recursive": {
|
|
"identifier": "allow-resource-meta-recursive",
|
|
"description": "这允许对 `$RESOURCE` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-resource-recursive"]
|
|
},
|
|
"allow-resource-read": {
|
|
"identifier": "allow-resource-read",
|
|
"description": "这允许对 `$RESOURCE` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-resource"]
|
|
},
|
|
"allow-resource-read-recursive": {
|
|
"identifier": "allow-resource-read-recursive",
|
|
"description": "这允许对完整的 `$RESOURCE` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-resource-recursive"]
|
|
},
|
|
"allow-resource-write": {
|
|
"identifier": "allow-resource-write",
|
|
"description": "这允许对 `$RESOURCE` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-resource"]
|
|
},
|
|
"allow-resource-write-recursive": {
|
|
"identifier": "allow-resource-write-recursive",
|
|
"description": "这允许对完整的 `$RESOURCE` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-resource-recursive"]
|
|
},
|
|
"allow-runtime-meta": {
|
|
"identifier": "allow-runtime-meta",
|
|
"description": "这允许对 `$RUNTIME` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-runtime-index"]
|
|
},
|
|
"allow-runtime-meta-recursive": {
|
|
"identifier": "allow-runtime-meta-recursive",
|
|
"description": "这允许对 `$RUNTIME` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-runtime-recursive"]
|
|
},
|
|
"allow-runtime-read": {
|
|
"identifier": "allow-runtime-read",
|
|
"description": "这允许对 `$RUNTIME` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-runtime"]
|
|
},
|
|
"allow-runtime-read-recursive": {
|
|
"identifier": "allow-runtime-read-recursive",
|
|
"description": "这允许对完整的 `$RUNTIME` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-runtime-recursive"]
|
|
},
|
|
"allow-runtime-write": {
|
|
"identifier": "allow-runtime-write",
|
|
"description": "这允许对 `$RUNTIME` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-runtime"]
|
|
},
|
|
"allow-runtime-write-recursive": {
|
|
"identifier": "allow-runtime-write-recursive",
|
|
"description": "这允许对完整的 `$RUNTIME` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-runtime-recursive"]
|
|
},
|
|
"allow-temp-meta": {
|
|
"identifier": "allow-temp-meta",
|
|
"description": "这允许对 `$TEMP` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-temp-index"]
|
|
},
|
|
"allow-temp-meta-recursive": {
|
|
"identifier": "allow-temp-meta-recursive",
|
|
"description": "这允许对 `$TEMP` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-temp-recursive"]
|
|
},
|
|
"allow-temp-read": {
|
|
"identifier": "allow-temp-read",
|
|
"description": "这允许对 `$TEMP` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-temp"]
|
|
},
|
|
"allow-temp-read-recursive": {
|
|
"identifier": "allow-temp-read-recursive",
|
|
"description": "这允许对完整的 `$TEMP` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-temp-recursive"]
|
|
},
|
|
"allow-temp-write": {
|
|
"identifier": "allow-temp-write",
|
|
"description": "这允许对 `$TEMP` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-temp"]
|
|
},
|
|
"allow-temp-write-recursive": {
|
|
"identifier": "allow-temp-write-recursive",
|
|
"description": "这允许对完整的 `$TEMP` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-temp-recursive"]
|
|
},
|
|
"allow-template-meta": {
|
|
"identifier": "allow-template-meta",
|
|
"description": "这允许对 `$TEMPLATE` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-template-index"]
|
|
},
|
|
"allow-template-meta-recursive": {
|
|
"identifier": "allow-template-meta-recursive",
|
|
"description": "这允许对 `$TEMPLATE` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-template-recursive"]
|
|
},
|
|
"allow-template-read": {
|
|
"identifier": "allow-template-read",
|
|
"description": "这允许对 `$TEMPLATE` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-template"]
|
|
},
|
|
"allow-template-read-recursive": {
|
|
"identifier": "allow-template-read-recursive",
|
|
"description": "这允许对完整的 `$TEMPLATE` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-template-recursive"]
|
|
},
|
|
"allow-template-write": {
|
|
"identifier": "allow-template-write",
|
|
"description": "这允许对 `$TEMPLATE` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-template"]
|
|
},
|
|
"allow-template-write-recursive": {
|
|
"identifier": "allow-template-write-recursive",
|
|
"description": "这允许对完整的 `$TEMPLATE` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-template-recursive"]
|
|
},
|
|
"allow-video-meta": {
|
|
"identifier": "allow-video-meta",
|
|
"description": "这允许对 `$VIDEO` 文件夹的元数据进行非递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-video-index"]
|
|
},
|
|
"allow-video-meta-recursive": {
|
|
"identifier": "allow-video-meta-recursive",
|
|
"description": "这允许对 `$VIDEO` 文件夹的元数据进行完全递归读取访问,包括文件列表和统计信息。",
|
|
"permissions": ["read-meta", "scope-video-recursive"]
|
|
},
|
|
"allow-video-read": {
|
|
"identifier": "allow-video-read",
|
|
"description": "这允许对 `$VIDEO` 文件夹进行非递归读取访问。",
|
|
"permissions": ["read-all", "scope-video"]
|
|
},
|
|
"allow-video-read-recursive": {
|
|
"identifier": "allow-video-read-recursive",
|
|
"description": "这允许对完整的 `$VIDEO` 文件夹、文件和子目录进行完全递归读取访问。",
|
|
"permissions": ["read-all", "scope-video-recursive"]
|
|
},
|
|
"allow-video-write": {
|
|
"identifier": "allow-video-write",
|
|
"description": "这允许对 `$VIDEO` 文件夹进行非递归写入访问。",
|
|
"permissions": ["write-all", "scope-video"]
|
|
},
|
|
"allow-video-write-recursive": {
|
|
"identifier": "allow-video-write-recursive",
|
|
"description": "这允许对完整的 `$VIDEO` 文件夹、文件和子目录进行完全递归写入访问。",
|
|
"permissions": ["write-all", "scope-video-recursive"]
|
|
},
|
|
"deny-default": {
|
|
"identifier": "deny-default",
|
|
"description": "这默认拒绝访问危险的 Tauri 相关文件和文件夹。",
|
|
"permissions": ["deny-webview-data-linux", "deny-webview-data-windows"]
|
|
}
|
|
},
|
|
"global_scope_schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"anyOf": [
|
|
{
|
|
"description": "使用 fs API 时 webview 可以访问的路径。 FS 范围路径模式。\n\n模式可以以解析为系统基础目录的变量开头。变量包括:`$AUDIO`、`$CACHE`、`$CONFIG`、`$DATA`、`$LOCALDATA`、`$DESKTOP`、`$DOCUMENT`、`$DOWNLOAD`、`$EXE`、`$FONT`、`$HOME`、`$PICTURE`、`$PUBLIC`、`$RUNTIME`、`$TEMPLATE`、`$VIDEO`、`$RESOURCE`、`$APP`、`$LOG`、`$TEMP`、`$APPCONFIG`、`$APPDATA`、`$APPLOCALDATA`、`$APPCACHE`、`$APPLOG`。",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"properties": {
|
|
"path": {
|
|
"description": "使用 fs API 时 webview 可以访问的路径。\n\n模式可以以解析为系统基础目录的变量开头。变量包括:`$AUDIO`、`$CACHE`、`$CONFIG`、`$DATA`、`$LOCALDATA`、`$DESKTOP`、`$DOCUMENT`、`$DOWNLOAD`、`$EXE`、`$FONT`、`$HOME`、`$PICTURE`、`$PUBLIC`、`$RUNTIME`、`$TEMPLATE`、`$VIDEO`、`$RESOURCE`、`$APP`、`$LOG`、`$TEMP`、`$APPCONFIG`、`$APPDATA`、`$APPLOCALDATA`、`$APPCACHE`、`$APPLOG`。",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["path"],
|
|
"type": "object"
|
|
}
|
|
],
|
|
"description": "FS 范围条目。",
|
|
"title": "FsScopeEntry"
|
|
}
|
|
},
|
|
"global-shortcut": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "默认情况下不启用任何功能,因为我们认为\n快捷键可能具有固有的危险性,并且\n应用程序特定的是否应该\n注册或取消注册特定的快捷键。\n",
|
|
"permissions": []
|
|
},
|
|
"permissions": {
|
|
"allow-is-registered": {
|
|
"identifier": "allow-is-registered",
|
|
"description": "在没有任何预配置范围的情况下启用 is_registered 命令。",
|
|
"commands": {
|
|
"allow": ["is_registered"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-register": {
|
|
"identifier": "allow-register",
|
|
"description": "在没有任何预配置范围的情况下启用 register 命令。",
|
|
"commands": {
|
|
"allow": ["register"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-register-all": {
|
|
"identifier": "allow-register-all",
|
|
"description": "在没有任何预配置范围的情况下启用 register_all 命令。",
|
|
"commands": {
|
|
"allow": ["register_all"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-unregister": {
|
|
"identifier": "allow-unregister",
|
|
"description": "在没有任何预配置范围的情况下启用 unregister 命令。",
|
|
"commands": {
|
|
"allow": ["unregister"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-unregister-all": {
|
|
"identifier": "allow-unregister-all",
|
|
"description": "在没有任何预配置范围的情况下启用 unregister_all 命令。",
|
|
"commands": {
|
|
"allow": ["unregister_all"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-is-registered": {
|
|
"identifier": "deny-is-registered",
|
|
"description": "在没有任何预配置范围的情况下拒绝 is_registered 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["is_registered"]
|
|
}
|
|
},
|
|
"deny-register": {
|
|
"identifier": "deny-register",
|
|
"description": "在没有任何预配置范围的情况下拒绝 register 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["register"]
|
|
}
|
|
},
|
|
"deny-register-all": {
|
|
"identifier": "deny-register-all",
|
|
"description": "在没有任何预配置范围的情况下拒绝 register_all 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["register_all"]
|
|
}
|
|
},
|
|
"deny-unregister": {
|
|
"identifier": "deny-unregister",
|
|
"description": "在没有任何预配置范围的情况下拒绝 unregister 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["unregister"]
|
|
}
|
|
},
|
|
"deny-unregister-all": {
|
|
"identifier": "deny-unregister-all",
|
|
"description": "在没有任何预配置范围的情况下拒绝 unregister_all 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["unregister_all"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"http": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "此权限集配置\n从 http 插件可用的 fetch 操作类型。\n\n这启用了所有 fetch 操作,但不\n明确允许获取任何源。这需要\n在使用之前手动配置。\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n",
|
|
"permissions": ["allow-fetch", "allow-fetch-cancel", "allow-fetch-read-body", "allow-fetch-send"]
|
|
},
|
|
"permissions": {
|
|
"allow-fetch": {
|
|
"identifier": "allow-fetch",
|
|
"description": "在没有任何预配置范围的情况下启用 fetch 命令。",
|
|
"commands": {
|
|
"allow": ["fetch"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-fetch-cancel": {
|
|
"identifier": "allow-fetch-cancel",
|
|
"description": "在没有任何预配置范围的情况下启用 fetch_cancel 命令。",
|
|
"commands": {
|
|
"allow": ["fetch_cancel"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-fetch-read-body": {
|
|
"identifier": "allow-fetch-read-body",
|
|
"description": "在没有任何预配置范围的情况下启用 fetch_read_body 命令。",
|
|
"commands": {
|
|
"allow": ["fetch_read_body"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-fetch-send": {
|
|
"identifier": "allow-fetch-send",
|
|
"description": "在没有任何预配置范围的情况下启用 fetch_send 命令。",
|
|
"commands": {
|
|
"allow": ["fetch_send"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-fetch": {
|
|
"identifier": "deny-fetch",
|
|
"description": "在没有任何预配置范围的情况下拒绝 fetch 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["fetch"]
|
|
}
|
|
},
|
|
"deny-fetch-cancel": {
|
|
"identifier": "deny-fetch-cancel",
|
|
"description": "在没有任何预配置范围的情况下拒绝 fetch_cancel 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["fetch_cancel"]
|
|
}
|
|
},
|
|
"deny-fetch-read-body": {
|
|
"identifier": "deny-fetch-read-body",
|
|
"description": "在没有任何预配置范围的情况下拒绝 fetch_read_body 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["fetch_read_body"]
|
|
}
|
|
},
|
|
"deny-fetch-send": {
|
|
"identifier": "deny-fetch-send",
|
|
"description": "在没有任何预配置范围的情况下拒绝 fetch_send 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["fetch_send"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"anyOf": [
|
|
{
|
|
"description": "使用 HTTP API 时 webview 可以访问的 URL。 可以按照 URL 模式标准使用通配符。\n\n有关更多信息,请参阅 [URL Pattern 规范](https://urlpattern.spec.whatwg.org/)。\n\n示例:\n\n- \"https://*\" : 允许 443 端口上的所有 HTTPS 源\n\n- \"https://*:*\" : 允许任何端口上的所有 HTTPS 源\n\n- \"https://*.github.com/tauri-apps/tauri\": 允许 \"github.com\" 的任何子域名访问 \"tauri-apps/api\" 路径\n\n- \"https://myapi.service.com/users/*\": 允许访问以 \"https://myapi.service.com/users/\" 开头的任何 URL",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"properties": {
|
|
"url": {
|
|
"description": "使用 HTTP API 时 webview 可以访问的 URL。 可以按照 URL 模式标准使用通配符。\n\n有关更多信息,请参阅 [URL Pattern 规范](https://urlpattern.spec.whatwg.org/)。\n\n示例:\n\n- \"https://*\" : 允许 443 端口上的所有 HTTPS 源\n\n- \"https://*:*\" : 允许任何端口上的所有 HTTPS 源\n\n- \"https://*.github.com/tauri-apps/tauri\": 允许 \"github.com\" 的任何子域名访问 \"tauri-apps/api\" 路径\n\n- \"https://myapi.service.com/users/*\": 允许访问以 \"https://myapi.service.com/users/\" 开头的任何 URL",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["url"],
|
|
"type": "object"
|
|
}
|
|
],
|
|
"description": "HTTP 范围条目。",
|
|
"title": "HttpScopeEntry"
|
|
}
|
|
},
|
|
"log": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "允许 log 命令",
|
|
"permissions": ["allow-log"]
|
|
},
|
|
"permissions": {
|
|
"allow-log": {
|
|
"identifier": "allow-log",
|
|
"description": "在没有任何预配置范围的情况下启用 log 命令。",
|
|
"commands": {
|
|
"allow": ["log"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-log": {
|
|
"identifier": "deny-log",
|
|
"description": "在没有任何预配置范围的情况下拒绝 log 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["log"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"os": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "此权限集配置\n可用的操作系统信息\n从前端收集。\n\n#### Granted Permissions\n\n除主机名外的所有信息都可用。\n\n",
|
|
"permissions": ["allow-arch", "allow-exe-extension", "allow-family", "allow-locale", "allow-os-type", "allow-platform", "allow-version"]
|
|
},
|
|
"permissions": {
|
|
"allow-arch": {
|
|
"identifier": "allow-arch",
|
|
"description": "在没有任何预配置范围的情况下启用 arch 命令。",
|
|
"commands": {
|
|
"allow": ["arch"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-exe-extension": {
|
|
"identifier": "allow-exe-extension",
|
|
"description": "在没有任何预配置范围的情况下启用 exe_extension 命令。",
|
|
"commands": {
|
|
"allow": ["exe_extension"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-family": {
|
|
"identifier": "allow-family",
|
|
"description": "在没有任何预配置范围的情况下启用 family 命令。",
|
|
"commands": {
|
|
"allow": ["family"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-hostname": {
|
|
"identifier": "allow-hostname",
|
|
"description": "在没有任何预配置范围的情况下启用 hostname 命令。",
|
|
"commands": {
|
|
"allow": ["hostname"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-locale": {
|
|
"identifier": "allow-locale",
|
|
"description": "在没有任何预配置范围的情况下启用 locale 命令。",
|
|
"commands": {
|
|
"allow": ["locale"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-os-type": {
|
|
"identifier": "allow-os-type",
|
|
"description": "在没有任何预配置范围的情况下启用 os_type 命令。",
|
|
"commands": {
|
|
"allow": ["os_type"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-platform": {
|
|
"identifier": "allow-platform",
|
|
"description": "在没有任何预配置范围的情况下启用 platform 命令。",
|
|
"commands": {
|
|
"allow": ["platform"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-version": {
|
|
"identifier": "allow-version",
|
|
"description": "在没有任何预配置范围的情况下启用 version 命令。",
|
|
"commands": {
|
|
"allow": ["version"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-arch": {
|
|
"identifier": "deny-arch",
|
|
"description": "在没有任何预配置范围的情况下拒绝 arch 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["arch"]
|
|
}
|
|
},
|
|
"deny-exe-extension": {
|
|
"identifier": "deny-exe-extension",
|
|
"description": "在没有任何预配置范围的情况下拒绝 exe_extension 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["exe_extension"]
|
|
}
|
|
},
|
|
"deny-family": {
|
|
"identifier": "deny-family",
|
|
"description": "在没有任何预配置范围的情况下拒绝 family 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["family"]
|
|
}
|
|
},
|
|
"deny-hostname": {
|
|
"identifier": "deny-hostname",
|
|
"description": "在没有任何预配置范围的情况下拒绝 hostname 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["hostname"]
|
|
}
|
|
},
|
|
"deny-locale": {
|
|
"identifier": "deny-locale",
|
|
"description": "在没有任何预配置范围的情况下拒绝 locale 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["locale"]
|
|
}
|
|
},
|
|
"deny-os-type": {
|
|
"identifier": "deny-os-type",
|
|
"description": "在没有任何预配置范围的情况下拒绝 os_type 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["os_type"]
|
|
}
|
|
},
|
|
"deny-platform": {
|
|
"identifier": "deny-platform",
|
|
"description": "在没有任何预配置范围的情况下拒绝 platform 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["platform"]
|
|
}
|
|
},
|
|
"deny-version": {
|
|
"identifier": "deny-version",
|
|
"description": "在没有任何预配置范围的情况下拒绝 version 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["version"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"process": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "此权限集配置\n默认暴露的进程功能。\n\n#### Granted Permissions\n\n这允许通过 `allow-exit` 退出和通过 `allow-restart`\n重启应用程序。\n",
|
|
"permissions": ["allow-exit", "allow-restart"]
|
|
},
|
|
"permissions": {
|
|
"allow-exit": {
|
|
"identifier": "allow-exit",
|
|
"description": "在没有任何预配置范围的情况下启用 exit 命令。",
|
|
"commands": {
|
|
"allow": ["exit"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-restart": {
|
|
"identifier": "allow-restart",
|
|
"description": "在没有任何预配置范围的情况下启用 restart 命令。",
|
|
"commands": {
|
|
"allow": ["restart"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-exit": {
|
|
"identifier": "deny-exit",
|
|
"description": "在没有任何预配置范围的情况下拒绝 exit 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["exit"]
|
|
}
|
|
},
|
|
"deny-restart": {
|
|
"identifier": "deny-restart",
|
|
"description": "在没有任何预配置范围的情况下拒绝 restart 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["restart"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"updater": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "此权限集配置 kind of\n更新器功能暴露到前端。\n\n#### Granted Permissions\n\n从检查更新到安装它们的完整工作流\n已启用。\n\n",
|
|
"permissions": ["allow-check", "allow-download", "allow-install", "allow-download-and-install"]
|
|
},
|
|
"permissions": {
|
|
"allow-check": {
|
|
"identifier": "allow-check",
|
|
"description": "在没有任何预配置范围的情况下启用 check 命令。",
|
|
"commands": {
|
|
"allow": ["check"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-download": {
|
|
"identifier": "allow-download",
|
|
"description": "在没有任何预配置范围的情况下启用 download 命令。",
|
|
"commands": {
|
|
"allow": ["download"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-download-and-install": {
|
|
"identifier": "allow-download-and-install",
|
|
"description": "在没有任何预配置范围的情况下启用 download_and_install 命令。",
|
|
"commands": {
|
|
"allow": ["download_and_install"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-install": {
|
|
"identifier": "allow-install",
|
|
"description": "在没有任何预配置范围的情况下启用 install 命令。",
|
|
"commands": {
|
|
"allow": ["install"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-check": {
|
|
"identifier": "deny-check",
|
|
"description": "在没有任何预配置范围的情况下拒绝 check 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["check"]
|
|
}
|
|
},
|
|
"deny-download": {
|
|
"identifier": "deny-download",
|
|
"description": "在没有任何预配置范围的情况下拒绝 download 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["download"]
|
|
}
|
|
},
|
|
"deny-download-and-install": {
|
|
"identifier": "deny-download-and-install",
|
|
"description": "在没有任何预配置范围的情况下拒绝 download_and_install 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["download_and_install"]
|
|
}
|
|
},
|
|
"deny-install": {
|
|
"identifier": "deny-install",
|
|
"description": "在没有任何预配置范围的情况下拒绝 install 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["install"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"websocket": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "允许连接到 WebSocket 服务器并发送数据",
|
|
"permissions": ["allow-connect", "allow-send"]
|
|
},
|
|
"permissions": {
|
|
"allow-connect": {
|
|
"identifier": "allow-connect",
|
|
"description": "在没有任何预配置范围的情况下启用 connect 命令。",
|
|
"commands": {
|
|
"allow": ["connect"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-send": {
|
|
"identifier": "allow-send",
|
|
"description": "在没有任何预配置范围的情况下启用 send 命令。",
|
|
"commands": {
|
|
"allow": ["send"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-connect": {
|
|
"identifier": "deny-connect",
|
|
"description": "在没有任何预配置范围的情况下拒绝 connect 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["connect"]
|
|
}
|
|
},
|
|
"deny-send": {
|
|
"identifier": "deny-send",
|
|
"description": "在没有任何预配置范围的情况下拒绝 send 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["send"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
},
|
|
"window-state": {
|
|
"default_permission": {
|
|
"identifier": "default",
|
|
"description": "此权限集配置\n从窗口状态插件可用的操作类型。\n\n#### Granted Permissions\n\n默认情况下所有操作都已启用。\n\n",
|
|
"permissions": ["allow-filename", "allow-restore-state", "allow-save-window-state"]
|
|
},
|
|
"permissions": {
|
|
"allow-filename": {
|
|
"identifier": "allow-filename",
|
|
"description": "在没有任何预配置范围的情况下启用 filename 命令。",
|
|
"commands": {
|
|
"allow": ["filename"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-restore-state": {
|
|
"identifier": "allow-restore-state",
|
|
"description": "在没有任何预配置范围的情况下启用 restore_state 命令。",
|
|
"commands": {
|
|
"allow": ["restore_state"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"allow-save-window-state": {
|
|
"identifier": "allow-save-window-state",
|
|
"description": "在没有任何预配置范围的情况下启用 save_window_state 命令。",
|
|
"commands": {
|
|
"allow": ["save_window_state"],
|
|
"deny": []
|
|
}
|
|
},
|
|
"deny-filename": {
|
|
"identifier": "deny-filename",
|
|
"description": "在没有任何预配置范围的情况下拒绝 filename 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["filename"]
|
|
}
|
|
},
|
|
"deny-restore-state": {
|
|
"identifier": "deny-restore-state",
|
|
"description": "在没有任何预配置范围的情况下拒绝 restore_state 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["restore_state"]
|
|
}
|
|
},
|
|
"deny-save-window-state": {
|
|
"identifier": "deny-save-window-state",
|
|
"description": "在没有任何预配置范围的情况下拒绝 save_window_state 命令。",
|
|
"commands": {
|
|
"allow": [],
|
|
"deny": ["save_window_state"]
|
|
}
|
|
}
|
|
},
|
|
"permission_sets": {},
|
|
"global_scope_schema": null
|
|
}
|
|
}
|