Files
FunConnect/client/capabilities/default.json

16 lines
417 B
JSON
Raw Normal View History

{
"$schema": "https://schema.tauri.app/config/2",
"identifier": "default",
"description": "FunMC 默认权限配置",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open",
"notification:default",
"notification:allow-is-permission-granted",
"notification:allow-request-permission",
"notification:allow-notify",
"notification:allow-register-action-types"
]
}