{ "$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" ] }