16 lines
417 B
JSON
16 lines
417 B
JSON
{
|
|
"$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"
|
|
]
|
|
}
|